Skip to content

Pandas Issue is back again: TypeError: concat() got an unexpected keyword argument 'join_axes' #1014

Answered by IloBe
IloBe asked this question in Q&A
Discussion options

You must be logged in to vote

Additional Note:
After having done some more root cause investigation on such symptom, I think the issue appears because of having different versions via

conda install -c conda-forge pandas_profiling

and

pip install pandas_profiling

installation.

I thought that in both cases pandas_profiling version 3.2.0 would be installed, but this is not the case. During conda-forge installation an old version 1.4.x has been installed.
Working on a virtual environment setting created via conda command, I realised that for this activity the conda-forge channel has been used in the background. Therefore, in the jupyter notebook of such env setting the mentioned TypeError has been thrown.

So, this issue…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IloBe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant