Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
35 views

I'm using loadTextEx to import a CSV into a partitioned table. I generated the schema with extractTextSchema, which shows the same number of columns as the target table. But loadTextEx still throws a ...
Advice
1 vote
4 replies
114 views

Is it possible for a Python 3 script to: Read a CSV file (and display a loading screen/progress indicator while doing so); Only display rows/results where the 'status' column value is set to '...
Score of 0
0 answers
50 views

I'm working with compressed data files from TongLian (通联数据), delivered as .zip archives. I'm wondering if DolphinDB can load the data directly from the .zip file, or if I need to decompress before ...
Tooling
0 votes
1 replies
125 views

I have a CSV file exported from Excel. It contains at least these two columns: Betrag (numeric amounts) tenant (string identifier) I want to: Read the CSV file Calculate the total sum of the ...
Tooling
0 votes
5 replies
126 views

I have these two CSV files and I have already tried using Copilot without success. https://drive.google.com/file/d/1GURMVn10LCMQFHOVpgwcW-6SUnqDBO01/view?usp=drive_link https://drive.google.com/file/d/...
Best practices
1 vote
15 replies
318 views

I have code that imports spreadsheets of 2 columns of numbers for a scientific application. While creating some test files with excel, I inadvertently created one with "CSV UTF-8" encoding. ...
Best practices
0 votes
2 replies
133 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 ...
Best practices
0 votes
1 replies
67 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 ...
Score of 0
0 answers
71 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 ...
Score of 3
3 answers
164 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. ...
Score of 1
0 answers
64 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 ...
Score of 1
2 answers
130 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 ...
Score of 3
5 answers
250 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 ...
Score of 3
2 answers
200 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, ...
Advice
0 votes
2 replies
98 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 ...

15 30 50 per page
1
2 3 4 5
…
6018