Questions tagged [importing-data]
The importing-data tag has no summary.
4 questions
5 votes
1 answer
160 views
How can I specify the first tabular column as date at import?
I am importing an external CSV file using Import["myfname.csv", "Tabular", HeaderLines -> 1] The first row is a header row, and the first ...
4 votes
1 answer
396 views
Mathematica frequently fails to import seemingly valid JSON
When importing JSON through APIs using Import[endpoint,"JSON"], Import[endpoint,"RawJSON"], or ...