Results for "timestamp"
6 / 14 posts
Filter by Category
PySpark SQL Date and Timestamp Functions
๐ง Setup First (Optional for Reference) from pyspark.sql import functions as F from pyspark.sql import types as T data = df = spark.createDataFrame(data, )โฆ
Advanced Pandas: Performance, Time Series, ML Pipelines & Interview Questions (Part 3)
Master advanced Pandas โ MultiIndex, time series resampling, rolling windows, memory optimization, Pandas 2.x features, ML pipelines, and 30+ interview Q&A.
PySpark Built-in Functions
These functions are commonly used with groupBy() , agg() , or select() to compute things like sum, average, max, min, count, etc. PySpark functions come frโฆ
The Complete NumPy Guide โ Part 3: Advanced Patterns, Real-World Pipelines & Complete Interview Guide
Master NumPy's advanced internals โ memory optimization, vectorization, Numba JIT, real-world data science pipelines, and the ultimate NumPy interview questi...
Pandas Data Manipulation: The Complete Guide (Part 2 โ Indexing, GroupBy, Merge & Reshape)
Master Pandas data manipulation โ loc/iloc, boolean filtering, GroupBy, merge/join, pivot tables, melt, string ops, and apply functions with real examples.
JSON in Python: The Complete Guide from Basics to Advanced
Master JSON in Python โ from parsing and serialization to advanced techniques, real-world use cases, and best practices for production systems.