LOST-STATS / lost-stats.github.io

Source code for the Library of Statistical Techniques
https://lost-stats.github.io/
GNU General Public License v2.0
263 stars 167 forks source link

Reading various file formats in Julia #207

Closed gabriel-fallen closed 1 year ago

gabriel-fallen commented 1 year ago

I've collected a bunch of examples of how to read various data formats into DataFrames Julia. The most widely useful is XSLX of course, but I think the rest is at least curious.

And again I would greatly appreciate it if you'd add the hacktoberfest-accepted label to the PR. 😸

NickCH-K commented 1 year ago

Looks great! Thank you very much again.