Results for "upper"
6 / 14 posts
Filter by Category
Applying Functions in PySpark
PySpark, the Python API for Apache Spark, provides multiple ways to apply functions to DataFrame columns. This flexibility allows data engineers and analys…
The Complete NumPy Guide — Part 2: Math, Statistics, Linear Algebra & File I/O
Deep dive into NumPy's mathematical functions, statistical operations, linear algebra tools, and file I/O. Packed with real-world examples for data scientist...
The Ultimate Python Basics Guide: From Zero to Confident Developer
Master Python basics from scratch — variables, data types, operators, strings, loops, functions, and more. A complete beginner-to-advanced guide with real-wo...
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…
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.
Python List, Tuple, Set & Dictionary: The Ultimate Complete Guide
Master Python's four core data structures — List, Tuple, Set, and Dictionary — with real examples, methods, performance tips, and interview questions.