from pykml import parser
from os import path
import pandas as pd
kml_file = path.join( r'file.kml')
with open(kml_file) as f:
doc = parser.parse(f)
Trying to make this one working in python and pyKML, but it's failing to parse Qname in line and column
ex:lxml.etree.XMLSyntaxError: Failed to parse QName ':anonymous', line 32447, column 17