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
421
421 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
588
588 views
0 0 votes
0 0 answers
639
639 views
1 1 vote
1 1 answer
3.0k
3.0k 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
760
760 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
818
818 views
1 1 vote
1 1 answer
833
833 views
1 1 vote
1 1 answer
859
859 views
1 1 vote
1 1 answer
827
827 views
1 1 vote
1 1 answer
1.0k
1.0k views
1 1 vote
1 1 answer
726
726 views