The Strait of Hormuz remains closed. And US gas prices continue to rise.
Bamboo Weekly challenges you to use #Python #Pandas to find where they're highest, how much they've increased — plus create interactive maps.
Level up your data skills every Wednesday!
Check it out: https://BambooWeekly.com
My micro-review of one #pandas lesson at #datacamp.com.
tldr; In the end it is just classical tutorials made interactive with #AI.
There are way too many lessons, many look the same or you need to follow tenths just to learn one language. You'll definitely need the AI assistant to build a #learning path for you.
In a given lesson the onboarding process is smooth and well paced, with short introductions and exercices.
The UI seems nice at first, with audio and precise feedbacks on (...)
Title: P3: PowerBI + PostgreSQL - online analytic [2025-02-23 Sun]
'int64': Integer,
'datetime64[ns]': DateTime,
'datetime64': DateTime
}
And I created very nice automatic comparison of any two
files in Jupyter with histograms and bar plots.
蠡 #dailyreport #powerbi #datawarehouse #dwh #postgresql #python #pandas
Title: P2: PowerBI + PostgreSQL - online analytic [2025-02-23 Sun]
I split all columns to strings and numeric by converting
with Pands function pd.to_numeric and checking if errors
happens.
In PowerBI I download one table with date indexes for
slices and create second table with latest slice.
SQLAlchemy
dtype_mapping = {
'object': String,
'float64': Float, #dailyreport #powerbi #datawarehouse #dwh #postgresql #python #pandas
Title: P1: PowerBI + PostgreSQL - online analytic [2025-02-23 Sun]
+ For real-time operations: Redis > MongoDB > MySQL >
PostgreSQL > SQLite.
For PostgreSQL I prepare data in Python script that use:
- pandas - for coverting types to datetime and numeric
- sqlalchemy - for simplifying type converstion
- asyncpg - sqlalchemy backend to connect to PostgreSQL #dailyreport #powerbi #datawarehouse #dwh #postgresql #python #pandas
Title: P0: PowerBI + PostgreSQL - online analytic [2025-02-23 Sun]
At this week I installed PowerBI and connect it to remote
PostgreSQL.
I asked AI to compare open-source data sources for
PowerBI and compare them by:
- Ease of Setup on Linux: SQLite > PostgreSQL > MySQL >
Redis > MongoDB
- Performance:
+ For large datasets: MongoDB > PostgreSQL > MySQL >
Redis > SQLite. #dailyreport #powerbi #datawarehouse #dwh #postgresql #python #pandas