File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 " import pandas as pd\n " ,
7272 " import requests\n " ,
7373 " \n " ,
74- " import ydata_profiling \n " ,
74+ " import data_profiling \n " ,
7575 " from data_profiling.utils.cache import cache_file"
7676 ]
7777 },
Original file line number Diff line number Diff line change 4040 " import numpy as np\n " ,
4141 " import pandas as pd\n " ,
4242 " \n " ,
43- " import ydata_profiling \n " ,
43+ " import data_profiling \n " ,
4444 " from data_profiling.utils.cache import cache_file"
4545 ]
4646 },
Original file line number Diff line number Diff line change 1111from data_profiling .version import __version__
1212
1313# backend
14- import ydata_profiling .model .pandas # isort:skip # noqa
14+ import data_profiling .model .pandas # isort:skip # noqa
1515
1616spec = importlib .util .find_spec ("pyspark" )
1717if spec is not None :
18- import ydata_profiling .model .spark # isort:skip # noqa
18+ import data_profiling .model .spark # isort:skip # noqa
1919
2020warn (
21- "`import pandas_profiling` is going to be deprecated by April 1st. Please use `import ydata_profiling ` instead." ,
21+ "`import pandas_profiling` is going to be deprecated by April 1st. Please use `import data_profiling ` instead." ,
2222 DeprecationWarning ,
2323 stacklevel = 2 ,
2424)
You can’t perform that action at this time.
0 commit comments