julioasotodv / spark-df-profiling

Create HTML profiling reports from Apache Spark DataFrames
MIT License
195 stars 77 forks source link

tslib removed from base #27

Closed andyvanyperenAM closed 4 years ago

andyvanyperenAM commented 4 years ago

Issue #26 is resolved with this bug fix. The problem is the tslib part of pandas which has moved, hence 'pd.tslib.Timestamp' cannot be used but instead you can simply import 'pd.Timestamp'.