Featured Post

8 Ways to Optimize AWS Glue Jobs in a Nutshell

Image
  Improving the performance of AWS Glue jobs involves several strategies that target different aspects of the ETL (Extract, Transform, Load) process. Here are some key practices. 1. Optimize Job Scripts Partitioning : Ensure your data is properly partitioned. Partitioning divides your data into manageable chunks, allowing parallel processing and reducing the amount of data scanned. Filtering : Apply pushdown predicates to filter data early in the ETL process, reducing the amount of data processed downstream. Compression : Use compressed file formats (e.g., Parquet, ORC) for your data sources and sinks. These formats not only reduce storage costs but also improve I/O performance. Optimize Transformations : Minimize the number of transformations and actions in your script. Combine transformations where possible and use DataFrame APIs which are optimized for performance. 2. Use Appropriate Data Formats Parquet and ORC : These columnar formats are efficient for storage and querying, signif

How to learn Tableau best way with self Study tutorials


#Tips To Mastering Tableau Self Study Video Tutorials
#Tips To Mastering Tableau Self Study Video Tutorials
The Tableau training website offers a multitude of resources for Tableau users with many of the videos being brief and addressing specific topics. This self-study syllabus organizes those videos to help you find the training you need on specific topics quickly. Tableau 9 for Data Science Engineers.

To learn any Software Tool, you need to follow these steps:
  1. Tutorials - Either on-line or class room
  2. Books -Read theory from the scratch
  3. Hands on Training - Just practice what you learnt
  4. Materials -Written by experienced developers
  5. Blogs/Websites/Forums give you much insights
The below link contains valuable video tutorials. You can learn Tableau quickly in a just few days.

Take Video Lessons Here

Comments

Popular posts from this blog

How to Fix datetime Import Error in Python Quickly

How to Check Kafka Available Brokers

SQL Query: 3 Methods for Calculating Cumulative SUM