#data-science
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...
Base on DataCamp · Introduction What does it mean to be "categorical"? Categorical Finite number of groups (or categories) These categories are usually...
Base on DataCamp · Consideration for categorical data Why perform EDA? Detecting patterns and relationships Generating questions or hypotheses Prepare...
Base on DataCamp · Patterns over time When data includes dates or time values, we'll want to examine whether there might be patterns over time Importing...