0

trying to read csv into polars dataframe but getting the following error 'PyDataFrame' is not defined. I installed polars latest version for python 3.8

#basic script to read from csv
import polars as pl    
data = pl.read_csv("myfile.csv")
print(type(data))

looks like it's an internal package error? anyone got any solutions or can quickly replicate what i have done to confirm it is a package error

Ross
  • 99
  • 8
  • I wasn't able to replicate your error. Could you amend your question to provide the output for `pl.show_versions()`? That will provide more information. –  Sep 07 '22 at 17:52

0 Answers0