close
Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
74 views

I am building a data pipeline to create a cumulative master dataset from daily CSV exports generated by a booking system. Context & Data Structure Source: A daily CSV file containing status ...
N M Dako's user avatar
Best practices
0 votes
0 replies
46 views

I'm stuck with a client's request. Context: Ingestion of CSV files from a S3 bucket to a table in Snowflake. In addition, I need to add three columns, one with the current date, one with the name of ...
Gabriel Guevara's user avatar
0 votes
0 answers
63 views

I'm trying to use OPENROWSET over a very simple CSV file with only 3 columns col1;col2;col3 FRANK;998533805;20.06 FINSÅS KARL;999999;10.05 RØNNING FRANK KARL;999999;7.05 but since the encoding of the ...
ruy's user avatar
  • 23
3 votes
3 answers
159 views

This code snippet contains bpy. I am trying to write data to a three column CSV. The first column is the vertex index, the second column is the U coordinate, and the third column is the V coordinate. ...
Troy Carpenter's user avatar
0 votes
0 answers
59 views

I am using the UK National Archives CSV Validator via the Maven dependency uk.gov.nationalarchives:csv-validator-java-api-1.4.0.jar to validate both the headers and the body of CSV/txt files. I am ...
maria_so's user avatar
1 vote
2 answers
115 views

I am trying to download a .csv file from a Public Open Science Framework (OSF) project through my script on GitHub. I do not want to download a local copy. I've tried using two different options for ...
tnt's user avatar
  • 1,539
3 votes
5 answers
211 views

I'm trying to fix a CSV file I received in which actual new lines were inserted throughout the data, effectively splitting one row of data into multiple ones with incomplete columns. The line breaks ...
Lyran's user avatar
  • 33
4 votes
3 answers
173 views

I wrote a small script to scan a CSV in Python polars, select specific columns/filter specific rows in lazyframes and upload the result to a Postgres DB. The script works with a smaller test CSV but, ...
queen_macaroni's user avatar
Advice
0 votes
3 replies
90 views

I'm building a Flutter app and I need to generate and save a CSV file from within the app. My goal is for the file to be stored locally on the device so that it persists between app launches and ...
Keane Rudden's user avatar
Best practices
0 votes
3 replies
144 views

I have a CSV file. I need to perform two tasks: How do I properly load this file into R so it becomes a data frame object? Once loaded, how can I filter the rows or select specific columns? What I ...
Dalabul Cilmi's user avatar
3 votes
3 answers
229 views

Using PostgreSQL 18, I want to import a large .csv file with unknown column names and types. I have 2 related .csv files: The 1st file contains around 100 columns and 2,000,000 rows of data, like ...
Jake's user avatar
  • 61
-1 votes
1 answer
81 views

In SQLite: .separator " " # is one space .separator , # is a comma .separator "\t" # is a tab But how can I specify a variable number of spaces for CSV import? E.g.: <<...
Dan Jacobson's user avatar
5 votes
1 answer
133 views

I'm trying to import a CSV file to a MariaDB table using this query: load data local infile 'C:\\Users\\Kevin\\Downloads\\TCGToday.csv' into table tcgtoday fields terminated by ',' optionally enclosed ...
Kevin Smith's user avatar
0 votes
1 answer
145 views

I am trying to run analysis on salmon aquaculture mortality data to identify events where mortality of >7% of stock was lost, however when I try to get R to read the values in my mortality column I ...
Chloe Emes's user avatar
-2 votes
0 answers
40 views

does anybody know how to change delimiter in SPSS settings so that when i convert it to csv, the new delimiter applied automatically? or is there any other easier way?
catcat.meow's user avatar

15 30 50 per page
1
2 3 4 5
6021