How to be an awesome Android Marketplace Data Analyst for Beginners - Part 1 This post will guide you through writing SQL queries using a real-life dataset of Android apps to answer some analytics-oriented questions.
Tutorial to write SQL queries using Python and visualizing the results in Tableau - Part 4 It is a very interesting fact that the colour white has the highest resale value, ever wondered why? It is all the game of demand and supplies, the people generally tend to buy a white used car than a green, grey, or custom one. Similarly, we have been drawing inferences
Tutorial to write SQL queries using Python and visualizing the results in Tableau - Part 3 Another business problem for your SQL and tableau learning regime. Here we'd be dealing with the code and how to visualize it in Tableau. > Dataset: Vehicles.csv [../input/vehicless] What makes a car worth buying? It is the cost-effectiveness and a brand name that is linked to
Tutorial to write SQL queries using Python and visualizing the results in Tableau - Part 2 Introduction By seeing your interest in the previous SQL queries posts, we have curated this series to work any query in a more structured way by firstly understanding the objective behind carrying out this activity. Secondly, by working out the query in Kaggle to get the desired table. Thirdly, by
Tutorial to write SQL queries using Python and visualizing the results in Tableau - Part 1 This post walks you through the SQL queries in the Kaggle python notebook and shows you how to visualize them using Tableau. We are taking the following dataset for our reference: > Dataset: Used Cars Dataset [https://www.kaggle.com/austinreese/craigslist-carstrucks-data] How has the price of vehicles changed over
DBeaver vs Python: Two Methods To Run Your Queries This is a step-by-step guide on how to run your SQL queries using Dbeaver and Python.
Getting Started with SQL Queries - Exercises for Beginners Part-4 Here's a selection of the most useful SQL queries every beginner must practice.