Skip to content

CSV and JSONL support#371

Merged
platypii merged 2 commits intomasterfrom
csv-jsonl
Feb 2, 2026
Merged

CSV and JSONL support#371
platypii merged 2 commits intomasterfrom
csv-jsonl

Conversation

@platypii
Copy link
Contributor

@platypii platypii commented Feb 2, 2026

Add table providers for CSV and JSONL. Rename ParquetView to TableView.

@platypii platypii merged commit 92670c0 into master Feb 2, 2026
4 checks passed
@platypii platypii deleted the csv-jsonl branch February 2, 2026 06:58
}

/**
* Create a dataframe from a file URL, automatically detecting the file type.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe

Suggested change
* Create a dataframe from a file URL, automatically detecting the file type.
* Create a sortable dataframe from a file URL, automatically detecting the file type.

Also (nit), should we factor the call to sortableDataFrame to make it clear that all of them are sortable?

@@ -0,0 +1,60 @@
/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm all for it :-) Right now I just wanted a quick fix for csv viewing, but I've hit issues recently with csvs that might benefit from cosovo. The streaming is cool!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice :) Feel free to first try if cosovo can parse them correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants