
Aakriti
@aakriticodes
ID: 1683741042515001349
25-07-2023 07:29:02
73 Tweet
8 Takipçi
50 Takip Edilen

#LSPPDay44 Today I practiced line plots using Seaborn: - Used relplot() with kind="line" - Tried plotting on different columns with the col option - Worked with the sample dots dataset Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay45 Today I practiced line plots using relplot() in Seaborn: - Plotted trends over time - Used ci="sd" to show standard deviation - Explored visualizing multiple lines with different options Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay46 Today I explored sns.catplot() in Seaborn: - Used it to create bar and count plots - Learned to show/hide confidence intervals with ci=95 and ci=None - customized the plots for better visualization Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay47 Today I practiced creating box plots using sns.catplot() in Seaborn: - Customized category order - Hide outliers using sym="" - Adjusted whiskers with whis Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay48 Today I practiced point plots using sns.catplot() in Seaborn: - Used estimator=median to show medians - Set ci=None to hide confidence intervals Used join=False to remove lines between points and hue for color Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay49 Today I customized Seaborn plots: - Changed plot styles with set_style() - Applied color schemes using set_palette() - Adjusted scale and text with set_context() Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay50 Today I learned to customize Seaborn plots: - Used type(g) to understand plot type - Added a title with g.fig.suptitle() - Set axis labels with g.set(xlabel="", ylabel="") - Rotated using plt.xticks(rotation=90) Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay51 Today I completed the Introduction to Seaborn course on DataCamp! - Practiced customizing plots (style, palette, context) - Learned to add titles, labels, and rotate tick marks - Got more familiar with Seaborn Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay52 Today I practiced Exploratory Data Analysis in Python: - Explored the dataset using .head() and .info() - Summarized key stats with .describe() and .value_counts() - Visualized data using sns.histplot() Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay53 Today I learned data validation for Exploratory Data Analysis Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay54 Today I continued the Intermediate Seaborn course: – Practiced sns.displot() for distribution plots and histograms – Learned about KDE, rug, and ECDF plots Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay55 Today I learned about regression plots in Seaborn: - Used regplot() to draw regression lines - Tried lmplot() for grouped comparisons - Helped understand relationships between variables Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay56 Today I practiced customizing Seaborn plots: - Set plot styles using sns.set() and sns.set_style() - Compared themes like whitegrid, dark, etc. - Removed spines with sns.despine() for cleaner visuals Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay57 Today I continued with Intermediate Seaborn: - Used Matplotlib color codes in plots - Explored default & custom color palettes - Practiced set_palette() and palplot() Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay58 Today I practiced to customize Seaborn plots with Matplotlib: - Used fig, ax = plt.subplots() to create Axes - Passed ax to sns.histplot() - Set labels using ax.set() - Tried combining two plots side by side Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


#LSPPDay59 Today I practiced categorical plots with Seaborn: -boxplot(), boxenplot() for abstract distributions -barplot(), pointplot() for statistical estimates -countplot() for category frequencies grouped by Region Leapfrog Technology #60DaysOfLearning2025 #LearningWithLeapfrog


Completed #60DaysOfLearning with #LearningWithLeapfrog It’s been a great experience helped me stay consistent and grow in my coding journey. -Learned Python, Pandas, NumPy, Matplotlib,Seaborn & EDA -Built a COVID-19 Data Visualization Project #CodingJourney #python Leapfrog Technology
