Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

Summary I'm trying to save some data I have in a CSV to a SQLite database using SQLAlchemy in a Jupyter Notebook. When trying to flush or merge the session data for the junction tables, I receive an ...
Advice
0 votes
4 replies
96 views

I've been trying to figure this out for a while, but I can't seem to find a clear answer. Is there a way to replace a file that already exists in a directory? Context I'm building an API that ...
heymasin's user avatar
2 votes
1 answer
100 views

I need to create list from CSV file (it data is movies information like title, director, and actors. Directors and actors are list while other data is just string) it look like this: with open('filmy....
1 vote
1 answer
62 views

I am using miller , to work with .csv files. There is an issue though that I dont manage how to get around. So I have 2 .csv files. product-feeder.csv name-manufacturer,id-product,name-product,id-...
rafmartom's user avatar
-6 votes
0 answers
114 views

I try to send a CSV with this command in Symfony: protected function execute(InputInterface $input,OutputInterface $output): int { $io = new SymfonyStyle($input, $output); $io->...
d3LTa7's user avatar
  • 65
-3 votes
1 answer
127 views

I am doing some tests comparing DuckDB usage among different languages etc, and I've noticed something strange. In python you can do the following: duckdb.read_csv(inputFile, max_line_size=10000000, ...
Tijmen's user avatar
  • 29
0 votes
3 answers
123 views

I need to convert a JSON file to CSV in a bash script, this a sample file: { "total": 1, "jobs": [ { "deviceData": { "deviceId": "...
Cinghiuz's user avatar
0 votes
0 answers
77 views

I'm pulling multiple CSV files from S3. Each CSV contains several rows in this format: 45,ABC,800046,HJN,9000 The first column is the employee ID. I want to loop through all the files, parse each CSV, ...
0 votes
0 answers
97 views

I have a compressed CSV file compressed as csv.gz which I want to run some processing on. I generally go with Polars because it is more memory-efficient and faster. Here is the code which I am using ...
0 votes
0 answers
45 views

I am loading data from Parquet into Azure SQL Database using this pipeline: Parquet → PyArrow → CSV (Azure Blob) → BULK INSERT One column in the Parquet file is binary (hashed passwords). PyArrow CSV ...
Tooling
0 votes
7 replies
136 views

I am looking for a one liner that could be run in a linux terminal that does the below. Takes as input a tab separated file (tsv) with many columns (~100) and creates a two column tsv output with ...
1 vote
3 answers
217 views

I have a .ndjson files with millions of rows. Each row has a field html which contains html strings. I would like to write all such html into a .txt file. One html is into one line of the .txt file. I ...
Advice
0 votes
3 replies
106 views

I have a report CSV file that has some special characters in the header row. I would like to set up a short script in a .bat file to remove these characters, so I can schedule a task to automatically ...
1 vote
1 answer
101 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 ...
-3 votes
1 answer
102 views

I am trying to display the headers of a data frame I created based on a csv file using the PythonAnywhere free version. I keep getting a huge error message and I don't understand what I did wrong. ...

15 30 50 per page
1
2 3 4 5
...
6027

AltStyle によって変換されたページ (->オリジナル) /