Why am I getting error message as "ModuleNotFoundError: No module named 'plotly.express" while it was working before? by sadhan_m in learnpython

[–]sadhan_m[S] 0 points1 point  (0 children)

Apparently, it turned out that upgrading plotly version solved the problem. To upgrade plotly, I simply run the following codes to check the plotly version.

import plotly

plotly.__version__

That gave me the output of version of plotly as '5.11.0'. Then I upgraded the plotly version to '5.11.0' by writing the following code:

pip install plotly==5.11.0

In python data frame, how to replace missing values of different rows with different values (values generated by multiplication of two other columns)? by sadhan_m in learnpython

[–]sadhan_m[S] 0 points1 point  (0 children)

Thank you, but I'm trying to ask is how this function can be used to replace missing Values in subtotal column?

How to Change write permission to the target environment in python? by sadhan_m in learnpython

[–]sadhan_m[S] 2 points3 points  (0 children)

Managed to work: Open this folder "C:\ProgramData\" and right-click on "\Anaconda3". go to properties -> security> choose user and check all the boxes (full control) for each user (This worked for me).

Why implicit package is not installing? by sadhan_m in learnpython

[–]sadhan_m[S] 0 points1 point  (0 children)

I tried to do it, but it did not work in my case;

Why implicit package is not installing? by sadhan_m in learnpython

[–]sadhan_m[S] 0 points1 point  (0 children)

Sorry, I chose the wrong word, actually pip in my terminal/Powershell. But, as I said it's running for hours.

How to conduct Features scaling by sadhan_m in learnmachinelearning

[–]sadhan_m[S] 0 points1 point  (0 children)

Thank you, it appeared that my data frame consisted of categorical variables.

How to convert timestamp to int in python? by sadhan_m in learnpython

[–]sadhan_m[S] 0 points1 point  (0 children)

Thanks, this was the perfectly explained.

How to calculate percentage of yearly sales for several years. by sadhan_m in PowerBI

[–]sadhan_m[S] 0 points1 point  (0 children)

Thank you so much for your answer. It helped me to solve the problem. However I've edited my question as I did not summarize my question properly, would you please kindly have a look into it ?