Stanley George Joseph
Stanley George Joseph
  • 4
  • 519 959
Customer Analysis using Tableau - Dashboard From Scratch
This video demonstrates how to create a Dashboard using different types of charts including a butterfly chart, a donut chart, a scatter plot and more (step by step). This is a Descriptive Customer Analysis Dashboard. Any feedback would be much appreciated :)
Check out this dashboard on Tableau Public: public.tableau.com/app/profile/stanley.george.joseph/viz/CustomerAnalysis_16378090881530/CustomerAnalysis
Data Source: github.com/stanley-george-joseph/Customer-Analysis-Tableau
LinkedIn: www.linkedin.com/in/stanley-george-joseph-2aa569216/
#tableau #dataanalysis #dashboard
Переглядів: 512 931

Відео

MongoDB & Python - Data Migration & Manipulation
Переглядів 2,8 тис.3 роки тому
This is a video on MongoDB and Python Integration using PyMongo. It covers loading data from a .csv, .json and a RDBMS into MongoDB. CRUD operations, Mongo Shell, Mongo Compass and Mongo Atlas(Cloud) are covered as well. We also get to see Mongo Dump and Mongo Restore in action. LinkedIn: www.linkedin.com/in/stanley-george-joseph-2aa569216/ GitHub Repository: github.com/stanley-george-joseph/Mo...
MySQL & Python - Data Migration & Manipulation
Переглядів 3,4 тис.3 роки тому
(At 10:48 it's *Drop not Delete) At 6:05 mysql.connector's full connection string: engine = mysql.connector.connect (user='root', password='password', host='localhost', port = 3306, database='supermarket') This video shows how to connect Python with Databases. MySQL is the database that's being used. This video covers how to import and export tables to and from MySQL. It also covers reading/wri...
Pandas - Essentials
Переглядів 9123 роки тому
This is a short video on Pandas and it mainly focuses on importing data from a .csv and then some data manipulation. The upcoming video should be on importing data from databases (MySQL) using Python (Pandas).