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
416
416 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
582
582 views
0 0 votes
0 0 answers
636
636 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
749
749 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
806
806 views
1 1 vote
1 1 answer
823
823 views
1 1 vote
1 1 answer
848
848 views
1 1 vote
1 1 answer
814
814 views
1 1 vote
1 1 answer
716
716 views