You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
+1 for this — in an AI app, a CSV file can be used as the first step from fully unstructured text to somewhat structured, and the minimum requirement could often be a single column CSV.
For instance, users might want to try export/import their tweets, where the only content of interest is the tweet itself and any other metadata are noise that LLMs won't be able to handle anyway. (or completely redundant / very low cardinality, for instance "author" column that is always your name)
csv has only one column and the error is "unable to auto-detect deliminating character"
The text was updated successfully, but these errors were encountered: