Python for Data Analysts
Find top Python resources from global universities, cool projects, and learning materials for data analytics. For promotions: @coderfun Useful links: heylink.me/DataAnalytics
Mostrar más📈 Análisis del canal de Telegram Python for Data Analysts
El canal Python for Data Analysts (@pythonanalyst) en el segmento lingüístico de Inglés es un actor destacado. Actualmente la comunidad reúne a 51 824 suscriptores, ocupando la posición 2 511 en la categoría Tecnologías y Aplicaciones y el puesto 6 945 en la región India.
📊 Métricas de audiencia y dinámica
Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 51 824 suscriptores.
Según los últimos datos del 25 agosto, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de 138, y en las últimas 24 horas de 0, conservando un alto alcance.
- Estado de verificación: No verificado
- Tasa de interacción (ER): El promedio de interacción de la audiencia es 4.24%. Durante las primeras 24 horas tras publicar, el contenido suele obtener 1.00% de reacciones respecto al total de suscriptores.
- Alcance de las publicaciones: Cada publicación recibe en promedio 2 197 visualizaciones. En el primer día suele acumular 519 visualizaciones.
- Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 8.
- Intereses temáticos: El contenido se centra en temas clave como visualization, panda, analyst, sql, analytic.
📝 Descripción y política de contenido
El autor describe el recurso como un espacio para expresar opiniones subjetivas:
“Find top Python resources from global universities, cool projects, and learning materials for data analytics.
For promotions: @coderfun
Useful links: heylink.me/DataAnalytics”
Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 26 agosto, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.
for → Iterates through each element
PART 2: if → Filters or transforms elements based on a condition
🚀 Beginner tip: Master normal for loops first, then List Comprehensions will become much easier to understand and use.
❤️ React if you want more Python concepts explained this way.df.isnull().sum()
This returns the number of missing values in each column.
3️⃣ What is the difference between loc and iloc?
💡 Answer:
loc → Label-based indexing.
iloc → Integer position-based indexing.
4️⃣ What is the difference between merge() and concat()?
💡 Answer:
merge() combines DataFrames using a common key (similar to an SQL JOIN).
concat() combines DataFrames by stacking them vertically or horizontally.
React ♥️ for more interview questionsThe GigaChat team has released GigaChat 3.5 Ultra as open source—a new 432B model under the MIT license. This is the first open-source hybrid of GatedDeltaNet and MLA scaled to hundreds of billions of parameters, featuring a proprietary training recipe we refined through more than 1,500 experiments. The model has grown in terms of code, mathematics, agent scenarios, and application domains—yet it’s 40% smaller than GigaChat 3.1 Ultra.What’s inside: 🔘A proprietary hybrid MLA + Gated DeltaNet architecture with a dedicated stabilization framework, without which this hybrid setup would not train reliably at this scale; 🔘 Gated Attention: the model can locally down-weight overly strong signals from the attention layer; 🔘GatedNorm: normalization with an explicit gate that controls signal magnitude across features; 🔘Approximately 4x lower KV cache per token: with the same memory budget, the model can support 2.14x longer context and deliver a 20% throughput increase under load; 🔘Two MTP heads, enabling up to 2.2x faster generation; 🔘FP8 across all training stages with no quality degradation compared with bf16, enabled by custom Triton and CUDA kernels; 🔘A new online RL stage after SFT and DPO. Results: 🔘 GigaChat-3.5-Ultra-Base outperforms DeepSeek V3.2 Exp Base and DeepSeek V4 Flash Base on average across a set of general, math, and code benchmarks: 🔘 GigaChat-3.5-Ultra-Instruct is comparable to DeepSeek V3.2 in terms of average score, despite having half the size; 🔘 According to the MiniMax-M2.7 LLM judge, the average win rate against GigaChat 3.1 Ultra is 75.9%, and against GPT-5 is 68.7%.
The entire stack — data (our own LLM-filtered Common Crawl, 600+ programming languages in the code), architecture, training methodology, and infrastructure — was built end-to-end by GigaChat team.➡️ HuggingFace
