We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataFrameProfile
SeriesProfile
Currently importing DataFrameProfile and SeriesProfile requires import pandahelper.reports.
import pandahelper.reports
Simplify the import process so that import pandahelper gives the user direct access to DataFrameProfile and SeriesProfile.
import pandahelper
The text was updated successfully, but these errors were encountered:
Update import statement in README. gh-17
ad31811
Simplify import of Panda-Helper.
01b787a
gh-17
ray310
No branches or pull requests
Currently importing
DataFrameProfile
andSeriesProfile
requiresimport pandahelper.reports
.Simplify the import process so that
import pandahelper
gives the user direct access toDataFrameProfile
andSeriesProfile
.The text was updated successfully, but these errors were encountered: