#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 #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 #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 #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 #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
๐ 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
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 #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 #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
#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 #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 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 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 #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 #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 #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 #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 #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 - #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 #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 #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 #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
โจ 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.
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 #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
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. Packers 96.8K posts
- 2. Eagles 125K posts
- 3. Jordan Love 14.9K posts
- 4. #WWERaw 128K posts
- 5. LaFleur 14.1K posts
- 6. $MONTA 1,301 posts
- 7. AJ Brown 6,863 posts
- 8. Jalen 23.8K posts
- 9. Jaelan Phillips 7,707 posts
- 10. Smitty 5,462 posts
- 11. Patullo 12.2K posts
- 12. Sirianni 4,965 posts
- 13. McManus 4,305 posts
- 14. Benรญtez 9,435 posts
- 15. #GoPackGo 7,861 posts
- 16. Grayson Allen 3,494 posts
- 17. James Harden 1,701 posts
- 18. Cavs 11.2K posts
- 19. #MondayNightFootball 1,929 posts
- 20. Vit Krejci N/A