Recent questions tagged python

0 0 votes
0 0 answers
1.4k
1.4k views
# for key, value in dict.items(): # if value >= long: # long = value # long_name = key # if value < sh...
0 0 votes
0 0 answers
1.5k
1.5k views
I have a dataset with 7 labels in the target variable.X = data.drop('target', axis=1) Y = data['target'] Y.unique()array(['Normal_Weight', 'Overweight_Level_I', 'Overweig...
0 0 votes
0 0 answers
1.9k
1.9k views
I'm creating a new data frame with the most used items grouped together. But I got the following error when grouping through ID and items. ValueError: Length mismatch: Ex...
0 0 votes
0 0 answers
368
368 views
So, I live in Brazil, and I have a task for college that I don't know what data science method to use, if at all, to solve it. My idea is the following: We Brazilians hav...
1 1 vote
1 1 answer
4.1k
4.1k views
Whener I run Jupyter notebook there are some kernels that do not exist on system and generate errors. How can I remove them?
1 1 vote
0 0 answers
528
528 views
0 0 votes
0 0 answers
532
532 views
1 1 vote
1 1 answer
2.8k
2.8k views
How can I give access to others to view, comment or edit my Jupyter Notebook on Google Colab?
1 1 vote
1 answers 1 answer
1.5k
1.5k views
Consider the Pandas DataDrame df below. Filter it appropriately so that it outputs the shown results.gh owner language repo stars 0 pandas-dev python pandas 17800 1 tidyv...
1 1 vote
1 1 answer
649
649 views
1 1 vote
1 1 answer
1.1k
1.1k views
2 2 votes
1 answers 1 answer
977
977 views
1 1 vote
1 1 answer
673
673 views
1 1 vote
1 1 answer
689
689 views
1 1 vote
1 1 answer
757
757 views
1 1 vote
1 1 answer
701
701 views
1 1 vote
1 1 answer
613
613 views