#15dayshttdatachallenge search results
โจ Starting Day 1 of the #15DaysHTTDataChallenge with @hertechtrail ๐ This is my first post about my Data Analytics journey ๐ Over the next 15 days, Iโll be sharing progress on Excel, SQL & real datasets. Excited to grow & stay consistent! ๐ช #DataAnalytics #HTTDataChallenge.
#15DaysHTTDataChallenge #Day12 - Grouping and Aggregation Task: Write an SQL Query and calculate Total Sales and Average Order Value by region. To calculate the total sales and Average Order Value, I joined the four given tables, and was able to determine the desired result.
#15DaysHTTDataChallenge - #Day9 Excited to share that I'm continuing my data challenge journey, now diving deeper into SQL Building on my Excel skills, I'm expanding my data analysis capabilities by exploring SQL for more complex queries and data manipulation.@phaibooboo
#15DaysHTTDataChallenge #Day11- Joining tables Task: Write an SQL Query that combines two tables and retrieve six (6) Columns, 3 from each chosen table. From the Parch_and_Posey Database, I was able to write an SQL Query combining two tables: the accounts and the orders table
#15DaysHTTDataChallenge #Day7- Data Validation I implemented data validation on the Dataset. This was necessary to prevent errors like entering negative values, non numeric values, or unrealistic numbers that could lead to inaccurate inventory or sales records. @hertechtrail
๐ Day 2 โ #15DaysHTTDataChallenge Today I worked on Data Cleaning in Excel using the Supermarket Sales dataset ๐งน๐ โ๏ธ Removed duplicates โ๏ธ Handled missing values โ๏ธ Checked data types & formatting Clean data = reliable insights ๐ #HerTechTrail #HTTDataChallenge #Data
#15DaysHTTDataChallenge #Day15 Task:Write a complex SQL Query that involves multiple tables, filtering, sorting and Aggregation. Solve a practical problem or answer a practical question related to your organization's problem. Business insightsin the commentsection @hertechtrail
#15DaysHTTDataChallenge #Day10- Sorting Data Task: Write an SQL Query to retrieve Customer's names in alphabetically. Insights: I selected all columns from the accounts table and orders the name column in ascending order. @hertechtrail @phaibooboo @it_is_reel @som_nnamani
#15DaysHTTDataChallenge #Day14 - Combining JOINs and Aggregate Task: Write an SQL Query to retrieve the total sales for each channel from which clients access the company. Highlight high value and low value channels. Details in the comment section @hertechtrail @phaibooboo
#15DaysHTTDataChallenge #Day6 Data Analysis Sights The month of January recorded the highest sales, but in February there was a great drop in sales. However, in March there was an increase but isn't upto the sales achieved in the month of January. @hertechtrail @phaibooboo
#15DaysHTTDataChallenge #Day5- Pivot Tables I created Pivot Tables from A Supermarket dataset, & Summarized all Sales across different categories like quantity, product, customer, date etc @hertechtrail @phaibooboo @it_is_reel @som_nnamani #hertechtrailacademy #HTTDataChallenge
#15DaysHTTDataChallenge #Day8 - Data Visualization I created a bar chart ๐ titled Product-wise Sales Distribution to displays the sales figures for different product categories in a supermarket. @hertechtrail @phaibooboo @it_is_reel @som_nnamani @AtiJoshua #hertechtrailacademy
So, wrapping up the #15DaysHTTDataChallenge today. I must say it's been a wonderful experience. I had to stay up late many times just to understand a particular concept. It wasn't easy but it was worth it. Thanks to my amazing coaches @phaibooboo @it_is_reel, you are great tutors
#15DaysHTTDataChallenge #Day3-Basic Formulas I used the SUM ร nd AVERAGE Functions to find the Total Sales and Average Order Value which falls under the quantity column. @hertechtrail @phaibooboo @it_is_reel @som_nnamani @mychailblaise @AtiJoshua #HTTDataChallenge #DataAnalysis
#15DaysHTTDataChallenge #Day13 - Subquerie The query calculates the average 'total_amt_usd' per order from the orders table and retrieves account_id from the orders table where the sum of orders for each account is greater than 3348.02. @hertechtrail @phaibooboo @it_is_reel
Day 3 โ #15DaysHTTDataChallenge Our focus today is on Basic Excel Formulas using the Supermarket Sales dataset. I practiced how to: 1. Calculate Total Sales using the =SUM() function. 2. Find the Average Order Value with the =AVERAGE() function. #hertechtrailacademy
#15DaysHTTDataChallenge #Day4- Conditional Formatting I applied conditional formatting to display sales values that are above average from the Total Sales column. #HertechTrailAcademy #HTTDataChallenge #ConditionalFormatting #DataHighlighting @phaibooboo @it_is_reel @AtiJoshua
DAY 5 #15DAYSHTTDataChallenge. - PIVOT TABLE INSIGHTS 1. Total Sales by Product Line - Insight: Identify your top-performing product lines. 2. Order Quantity by City 3. Order Quantity by Gender 4. Order Quantity by Unit and Branch #hertechtrailacademy
๐ Day 2 โ #15DaysHTTDataChallenge Today I worked on Data Cleaning in Excel using the Supermarket Sales dataset ๐งน๐ โ๏ธ Removed duplicates โ๏ธ Handled missing values โ๏ธ Checked data types & formatting Clean data = reliable insights ๐ #HerTechTrail #HTTDataChallenge #Data
โจ Starting Day 1 of the #15DaysHTTDataChallenge with @hertechtrail ๐ This is my first post about my Data Analytics journey ๐ Over the next 15 days, Iโll be sharing progress on Excel, SQL & real datasets. Excited to grow & stay consistent! ๐ช #DataAnalytics #HTTDataChallenge.
#15DaysHTTDataChallenge #Day15 Task:Write a complex SQL Query that involves multiple tables, filtering, sorting and Aggregation. Solve a practical problem or answer a practical question related to your organization's problem. Business insightsin the commentsection @hertechtrail
So, wrapping up the #15DaysHTTDataChallenge today. I must say it's been a wonderful experience. I had to stay up late many times just to understand a particular concept. It wasn't easy but it was worth it. Thanks to my amazing coaches @phaibooboo @it_is_reel, you are great tutors
#15DaysHTTDataChallenge #Day14 - Combining JOINs and Aggregate Task: Write an SQL Query to retrieve the total sales for each channel from which clients access the company. Highlight high value and low value channels. Details in the comment section @hertechtrail @phaibooboo
#15DaysHTTDataChallenge #Day13 - Subquerie The query calculates the average 'total_amt_usd' per order from the orders table and retrieves account_id from the orders table where the sum of orders for each account is greater than 3348.02. @hertechtrail @phaibooboo @it_is_reel
#15DaysHTTDataChallenge #Day12 - Grouping and Aggregation Task: Write an SQL Query and calculate Total Sales and Average Order Value by region. To calculate the total sales and Average Order Value, I joined the four given tables, and was able to determine the desired result.
#15DaysHTTDataChallenge #Day11- Joining tables Task: Write an SQL Query that combines two tables and retrieve six (6) Columns, 3 from each chosen table. From the Parch_and_Posey Database, I was able to write an SQL Query combining two tables: the accounts and the orders table
#15DaysHTTDataChallenge #Day10- Sorting Data Task: Write an SQL Query to retrieve Customer's names in alphabetically. Insights: I selected all columns from the accounts table and orders the name column in ascending order. @hertechtrail @phaibooboo @it_is_reel @som_nnamani
#15DaysHTTDataChallenge - #Day9 Excited to share that I'm continuing my data challenge journey, now diving deeper into SQL Building on my Excel skills, I'm expanding my data analysis capabilities by exploring SQL for more complex queries and data manipulation.@phaibooboo
#15DaysHTTDataChallenge #Day8 - Data Visualization I created a bar chart ๐ titled Product-wise Sales Distribution to displays the sales figures for different product categories in a supermarket. @hertechtrail @phaibooboo @it_is_reel @som_nnamani @AtiJoshua #hertechtrailacademy
#15DaysHTTDataChallenge #Day7- Data Validation I implemented data validation on the Dataset. This was necessary to prevent errors like entering negative values, non numeric values, or unrealistic numbers that could lead to inaccurate inventory or sales records. @hertechtrail
#15DaysHTTDataChallenge #Day6 Data Analysis Sights The month of January recorded the highest sales, but in February there was a great drop in sales. However, in March there was an increase but isn't upto the sales achieved in the month of January. @hertechtrail @phaibooboo
#15DaysHTTDataChallenge #Day5- Pivot Tables I created Pivot Tables from A Supermarket dataset, & Summarized all Sales across different categories like quantity, product, customer, date etc @hertechtrail @phaibooboo @it_is_reel @som_nnamani #hertechtrailacademy #HTTDataChallenge
#15DaysHTTDataChallenge #Day4- Conditional Formatting I applied conditional formatting to display sales values that are above average from the Total Sales column. #HertechTrailAcademy #HTTDataChallenge #ConditionalFormatting #DataHighlighting @phaibooboo @it_is_reel @AtiJoshua
#15DaysHTTDataChallenge #Day3-Basic Formulas I used the SUM ร nd AVERAGE Functions to find the Total Sales and Average Order Value which falls under the quantity column. @hertechtrail @phaibooboo @it_is_reel @som_nnamani @mychailblaise @AtiJoshua #HTTDataChallenge #DataAnalysis
#15DaysHTTDataChallenge #Day5- Pivot Tables I created Pivot Tables from A Supermarket dataset, & Summarized all Sales across different categories like quantity, product, customer, date etc @hertechtrail @phaibooboo @it_is_reel @som_nnamani #hertechtrailacademy #HTTDataChallenge
#15DaysHTTDataChallenge #Day8 - Data Visualization I created a bar chart ๐ titled Product-wise Sales Distribution to displays the sales figures for different product categories in a supermarket. @hertechtrail @phaibooboo @it_is_reel @som_nnamani @AtiJoshua #hertechtrailacademy
โจ Starting Day 1 of the #15DaysHTTDataChallenge with @hertechtrail ๐ This is my first post about my Data Analytics journey ๐ Over the next 15 days, Iโll be sharing progress on Excel, SQL & real datasets. Excited to grow & stay consistent! ๐ช #DataAnalytics #HTTDataChallenge.
#15DaysHTTDataChallenge #Day10- Sorting Data Task: Write an SQL Query to retrieve Customer's names in alphabetically. Insights: I selected all columns from the accounts table and orders the name column in ascending order. @hertechtrail @phaibooboo @it_is_reel @som_nnamani
#15DaysHTTDataChallenge #Day3-Basic Formulas I used the SUM ร nd AVERAGE Functions to find the Total Sales and Average Order Value which falls under the quantity column. @hertechtrail @phaibooboo @it_is_reel @som_nnamani @mychailblaise @AtiJoshua #HTTDataChallenge #DataAnalysis
#15DaysHTTDataChallenge - #Day9 Excited to share that I'm continuing my data challenge journey, now diving deeper into SQL Building on my Excel skills, I'm expanding my data analysis capabilities by exploring SQL for more complex queries and data manipulation.@phaibooboo
#15DaysHTTDataChallenge #Day7- Data Validation I implemented data validation on the Dataset. This was necessary to prevent errors like entering negative values, non numeric values, or unrealistic numbers that could lead to inaccurate inventory or sales records. @hertechtrail
#15DaysHTTDataChallenge #Day12 - Grouping and Aggregation Task: Write an SQL Query and calculate Total Sales and Average Order Value by region. To calculate the total sales and Average Order Value, I joined the four given tables, and was able to determine the desired result.
#15DaysHTTDataChallenge #Day13 - Subquerie The query calculates the average 'total_amt_usd' per order from the orders table and retrieves account_id from the orders table where the sum of orders for each account is greater than 3348.02. @hertechtrail @phaibooboo @it_is_reel
#15DaysHTTDataChallenge #Day14 - Combining JOINs and Aggregate Task: Write an SQL Query to retrieve the total sales for each channel from which clients access the company. Highlight high value and low value channels. Details in the comment section @hertechtrail @phaibooboo
#15DaysHTTDataChallenge #Day6 Data Analysis Sights The month of January recorded the highest sales, but in February there was a great drop in sales. However, in March there was an increase but isn't upto the sales achieved in the month of January. @hertechtrail @phaibooboo
#15DaysHTTDataChallenge #Day4- Conditional Formatting I applied conditional formatting to display sales values that are above average from the Total Sales column. #HertechTrailAcademy #HTTDataChallenge #ConditionalFormatting #DataHighlighting @phaibooboo @it_is_reel @AtiJoshua
#15DaysHTTDataChallenge #Day15 Task:Write a complex SQL Query that involves multiple tables, filtering, sorting and Aggregation. Solve a practical problem or answer a practical question related to your organization's problem. Business insightsin the commentsection @hertechtrail
So, wrapping up the #15DaysHTTDataChallenge today. I must say it's been a wonderful experience. I had to stay up late many times just to understand a particular concept. It wasn't easy but it was worth it. Thanks to my amazing coaches @phaibooboo @it_is_reel, you are great tutors
#15DaysHTTDataChallenge #Day11- Joining tables Task: Write an SQL Query that combines two tables and retrieve six (6) Columns, 3 from each chosen table. From the Parch_and_Posey Database, I was able to write an SQL Query combining two tables: the accounts and the orders table
Day 3 โ #15DaysHTTDataChallenge Our focus today is on Basic Excel Formulas using the Supermarket Sales dataset. I practiced how to: 1. Calculate Total Sales using the =SUM() function. 2. Find the Average Order Value with the =AVERAGE() function. #hertechtrailacademy
๐ Day 2 โ #15DaysHTTDataChallenge Today I worked on Data Cleaning in Excel using the Supermarket Sales dataset ๐งน๐ โ๏ธ Removed duplicates โ๏ธ Handled missing values โ๏ธ Checked data types & formatting Clean data = reliable insights ๐ #HerTechTrail #HTTDataChallenge #Data
DAY 5 #15DAYSHTTDataChallenge. - PIVOT TABLE INSIGHTS 1. Total Sales by Product Line - Insight: Identify your top-performing product lines. 2. Order Quantity by City 3. Order Quantity by Gender 4. Order Quantity by Unit and Branch #hertechtrailacademy
Something went wrong.
Something went wrong.
United States Trends
- 1. Veterans Day 286K posts
- 2. Veterans 451K posts
- 3. Luka 77.1K posts
- 4. Nico 130K posts
- 5. Mavs 29.9K posts
- 6. Gambit 32.9K posts
- 7. Kyrie 6,977 posts
- 8. Wike 79.1K posts
- 9. Sabonis 2,567 posts
- 10. #csm220 7,211 posts
- 11. Dumont 24.2K posts
- 12. Vets 25.4K posts
- 13. Rogue 45.2K posts
- 14. #MarvelRivals 30.4K posts
- 15. Wanda 23.6K posts
- 16. Jay Rock 2,543 posts
- 17. Pat McAfee 2,488 posts
- 18. #MFFL 2,374 posts
- 19. Strategist 8,610 posts
- 20. Armistice Day 20.5K posts