Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
160 views

I'm working on a C# application where I need to read a very large text file and convert its contents into a DataTable. However, I don't always need all the rows—so I want to avoid loading the entire ...
Mohammad's user avatar
1 vote
1 answer
81 views

I'm trying to store API output into CSV/db and can not figure out how I can make for those Key in "tierList". One row in my case should be on bin and I need key as a columns in my output. Is ...
user1982778's user avatar
1 vote
1 answer
80 views

I'm working on a project where I want to collect movement data (X/Y/Z position and rotation) from a VR headset (a PICO Neo 3 Pro Eye) using a C#/Unity script, and export it as a CSV. I have a script ...
sam's user avatar
  • 31
Best practices
0 votes
2 replies
72 views

def prepare_dataframe(df): df.rename(columns={ 'Bomba Calor - Temperatura de Aire (°C)': 'temp_aire', 'Bomba Calor - Temperatura Entrada (°C)': 'temp_entrada', 'Bomba Calor ...
Juan Siécola's user avatar
2 votes
0 answers
74 views

import geopy # used to get location from geopy.geocoders import Nominatim import pandas as pd from pyproj import Transformer def get_user_location(): # user location geolocator = Nominatim(...
Litcoder's user avatar
0 votes
0 answers
67 views

Assume I have the following Excel Sheet: Location Mar2000 London 1234567891011 Tokyo 12345667897 These are the raw values saved in a CSV format e.g. my_data.csv (assume it is CSV not UTF-8 format). ...
Beans On Toast's user avatar
0 votes
1 answer
44 views

I'm importing a CSV generated by the chess cli tool Ordo. It has this output format: "#","PLAYER","RATING","ERROR","POINTS","PLAYED","(%...
Kyle Pollard's user avatar
  • 2,362
-3 votes
0 answers
31 views

I have a qr code reader in my machine where i get a csv with data for the machine so it knows how to fill it. But i cant figure out how to get al the values in the string in a array of real so i can ...
Zjories's user avatar