How to resolve TypeError while running ProfileReport using pandas_profiling?

1.8k Views Asked by At

I am working with the below specifications

Python version = 3.8.5 Pandas version = 1.2.4

While running ProfileReport of pandas_profiling on jupyter notebook getting the below error.

TypeError: concat() got an unexpected keyword argument 'join_axes'

is there any solution to this problem apart from downgrading to an older version?

1

There are 1 best solutions below

2
On

Install directly from repo:

pip install https://github.com/pandas-profiling/pandas-profiling/archive/master.zip

import pandas_profiling as pdpf