mljar / piece-of-code

🍰 Coding is piece of cake
https://mljar.com
Other
2 stars 0 forks source link

read xml recipe, do we need lxml? #7

Closed pplonski closed 4 months ago

pplonski commented 4 months ago

when reading xml

ImportError: lxml not found, please install or use the etree parser.
pplonski commented 4 months ago
FutureWarning: Passing literal xml to 'read_xml' is deprecated and will be removed in a future version. To read from a literal string, wrap it in a 'StringIO' object.
  df = pd.read_xml(r"r771_crypto_v1_0_meta_model.csv")