Questions tagged [lxml.objectify]

48 questions
0
votes
0 answers

Python Flask error: /lxml/objectify.so: undefined symbol: PyCapsule_GetName

I am getting undefined symbol error when attempting to run code that utilizes lxml via my flask application. The code runs without issue at the terminal, but errors out when processed through the web app: …
rwillobee
  • 1
  • 1
0
votes
1 answer

Getting contents of an lxml.objectify comment

I have an XML file that I'm reading using python's lxml.objectify library. I'm not finding a way of getting the contents of an XML comment: I'm able to retrieve the comment…
RedX
  • 14,749
  • 1
  • 53
  • 76
-1
votes
2 answers

Why does Pandas Series created from list appear enclosed with square brackets?

I'm trying to create a Series in Pandas from a list of dates presented as strings, thus: ['2016-08-09', '2015-08-03', '2017-08-15', '2017-12-14', ... but when I apply pd.Series from within the Pandas module the result in Jupyter notebook…
elksie5000
  • 7,084
  • 12
  • 57
  • 87
1 2 3
4