Recent questions tagged python

0 0 votes
0 0 answers
1.5k
1.5k 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.6k
1.6k 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
413
413 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.2k
4.2k 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
579
579 views
0 0 votes
0 0 answers
632
632 views
1 1 vote
1 1 answer
2.9k
2.9k 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.7k
1.7k 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
746
746 views
1 1 vote
1 1 answer
1.2k
1.2k views
2 2 votes
1 answers 1 answer
1.1k
1.1k views
1 1 vote
1 1 answer
805
805 views
1 1 vote
1 1 answer
818
818 views
1 1 vote
1 1 answer
845
845 views
1 1 vote
1 1 answer
813
813 views
1 1 vote
1 1 answer
713
713 views