#python3
Read more stories on Hashnode
Articles with this tag
Base on DataCamp · Categorical pitfalls Using categories can be frustrating Using the .str accessor object to manipulate data converts the Series to an...
Base on DataCamp · Introduction to categorical plots using seaborn Categorical plot import seaborn as sns import matplotlib.pyplot as...
Base on DataCamp · Setting category variables The .cat accessor object Series.cat.method_name Common parameters: new_categories: a list of...
Bases on DataCamp · Introduction What are the chances? Chance (also known as probability) is simply how likely something is to happen. Measuring...
Base on DataCamp · Introduction What is statistics? The field of statistics – the practice and study of collecting and analyzing data. A summary...
Base on DataCamp · Visualizing your data Plots are a powerful way to share the insights we've gained from our data. Histogram shows the distribution of...