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
367
367 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.0k
4.0k 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
527
527 views
0 0 votes
0 0 answers
531
531 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
648
648 views
1 1 vote
1 1 answer
1.1k
1.1k views
2 2 votes
1 answers 1 answer
976
976 views
1 1 vote
1 1 answer
672
672 views
1 1 vote
1 1 answer
688
688 views
1 1 vote
1 1 answer
756
756 views
1 1 vote
1 1 answer
700
700 views
1 1 vote
1 1 answer
612
612 views