qri-io / starlib

qri's standard library for starlark
MIT License
116 stars 29 forks source link

feat(dataframe): parse_csv to parse csv from text #107

Closed dustmop closed 3 years ago

dustmop commented 3 years ago

Prior to this, read_csv would parse csv from text. This was different from the pandas.DataFrame implementation, which would require a url to be passed to read_csv. This difference caused confusion. In the future, once the story around http access is fixed, the read_csv will be restored to match the pandas version.