Open LangeJustin opened 4 years ago
@LangeJustin,
FamilyId field was added to MAG on 2019-06-27 release. Does the issue still exist?
Please use samples/HIndexDatabricksSample.py
in your MAG dataset, or samples/pyspark/HIndexSample.py
in the latest MAG dataset. The python script in each MAG dataset is consistent with the MAG schema.
Seems like the object Papers has no attribute FamilyID. Did you guys change the ERD? The following snippet is from the Databricks author h-index tutorial
Results in the following AttributeError:
AttributeError: 'DataFrame' object has no attribute 'FamilyId'