Skip to main content

Questions tagged [csv]

Comma-Separated Values are a list of plain text values delimited by commas, or a file containing one or more lists in that format.

2 votes
0 answers
29 views

I'm preparing a portfolio project using my personal finance data (600 rows) to demonstrate skills for entry-level data analyst/internship positions. The dataset structure is: ...
Celepharn's user avatar
5 votes
1 answer
156 views

I am doing a project for my bachelor's thesis. I want to make a ML project in which I calculate the outputs of a football match in terms of probabilities- for example, 40% chance for the home team to ...
AndrewN's user avatar
  • 81
1 vote
0 answers
86 views

I’m working with a large dataset containing survey responses stored in a CSV file with over 100 columns. I want to map this data to a JSON schema for better structure and downstream processing. ...
Antoni's user avatar
  • 11
1 vote
2 answers
155 views

I am trying to combine my main dataset, which is hourly data collected from a turbine, with forecast data. The forecast data is collected by calling an API every hour to get a new .csv file which is ...
Eli Orians's user avatar
1 vote
1 answer
52 views

In a csv discussed in the book HoML (hands on machine learning), what do the values in capital letters represent? Are these some sort of code? Also, it seems the pandas.pivot() methods does something ...
Yorick Dantuma's user avatar
0 votes
1 answer
359 views

I have a dictionary called dict_object dict_object=class_object.__dict__ print(type(dict_object)) print(dict_object) This code gave the following output: ...
Vasundhhara Singh Katoch's user avatar
4 votes
1 answer
222 views

I'm new to the data analytics world, but perhaps my question could help others, we all start somewhere. We have a process that extracts data from an SQL database and stores it in temp files as CSV ...
mogoman's user avatar
  • 143
1 vote
2 answers
845 views

In this tutorial, what is the purpose of source_column argument? Does it act like a primary key in Databases? Thanks in advance. ...
Karl 17302's user avatar
3 votes
2 answers
324 views

I am training a MLP on a tabular dataset, the pendigits dataset. Problem is that training loss and accuracy are more or less stable, while validation and test loss and accuracy are completely constant....
CasellaJr's user avatar
  • 279
0 votes
1 answer
70 views

I have a raw dataset of Images I got from Kaggle, It has been classified already, but I want to randomly split the information in a 80:20 ratio between train and test, problem is since all information ...
Unreal Capacity's user avatar
1 vote
0 answers
47 views

I want to train a convolutional neural network autoencoder on a csv file which contains values pixel neighborhood position of an original image of 1024x1024. When I try to train it, I have the ...
user979974's user avatar
2 votes
1 answer
3k views

In the CSV there's missing values in many columns but the code shows there's no missing values. how can i fix this?
070701's user avatar
  • 23
6 votes
4 answers
1k views

I'm running a lot of experiments that give their output as CSV files. An experiment might be running for hours, with a new line being added to the CSV every 10 seconds. Right now I'm opening these CSV ...
Ram Rachum's user avatar
4 votes
4 answers
2k views

I have a fairly simple problem. I am trying to determine whether the first row in CSV is likely to be a header row or a data row. Looking at single column, the problem can be simplified to: I have a ...
David Ferris's user avatar
0 votes
1 answer
207 views

I have some text data which uses the ASCII data characters 0x1e "group separator" and 0x1d "record separator"...
rob's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
7