Future of Pandas - Jeff Reback

Two Sigma
Two SigmaTwo Sigma
Future of Pandas
Jeff Reback
PyData NYC
November 2017
• The information presented here is offered for informational purposes only and should not be used for any other
purpose (including, without limitation, the making of investment decisions). Examples provided herein are for
illustrative purposes only and are not necessarily based on actual data. Nothing herein constitutes: an offer to sell
or the solicitation of any offer to buy any security or other interest; tax advice; or investment advice. This
presentation shall remain the property of Two Sigma Investments, LP (“Two Sigma”) and Two Sigma reserves the
right to require the return of this presentation at any time.
• Some of the images, logos or other material used herein may be protected by copyright and/or trademark. If so,
such copyrights and/or trademarks are most likely owned by the entity that created the material and are used
purely for identification and comment as fair use under international copyright and/or trademark laws. Use of
such image, copyright or trademark does not imply any association with such organization (or endorsement of
such organization) by Two Sigma, nor vice versa.
• Copyright © 2017 TWO SIGMA INVESTMENTS, LP. All rights reserved
IMPORTANT LEGAL INFORMATION
@jreback
● Former quant
● Senior Engineer at Two Sigma, working on holistic approaches to
modeling
● Core committer to pandas for last 5 years
● Managed pandas since 2013
Kudos!
Kudos! Complaints!
Overview
● State of the Pandas
○ The Good
○ The Bad
○ The Ugly
Overview
● State of the Pandas
○ The Good
○ The Bad
○ The Ugly
● The Present
Overview
● State of the Pandas
○ The Good
○ The Bad
○ The Ugly
● The Present
● The Future
The Good
Future of Pandas - Jeff Reback
Future of Pandas - Jeff Reback
pandas’s role in the Python Data Ecosystem
pandas
Numerical
Computing
IO / Data
Access
Data
Visualization
Statistics +
Machine
Learning
Libraries
Users
The Bad
http://wesmckinney.com/blog/apache-arrow-pandas-internals/
@wesm "10 Things I Hate About pandas"
DataTypes - what are we Missing?
DataTypes - Missing values can cause dtype changes
● Complex groupby operations awkward and slow
● Copy Semantics
API
API - Opaque UDFs
API - Groupby Performance
API - Aggregation Syntax
API - Copy Semantics
● In-memory format that is custom
● Eager evaluation model, no query planning
● "Slow", limited multicore algorithms for large datasets
Performance
Data Tooling Spectrum
Small Data
“Medium” Data
“Big” Data
< 5GB 5-100GB > 100 GB
pandas starts to fail as an effective
tool somewhere around the 10 GB
mark
Block Storage
Block Storage
Float
1.0 2.0
1.0 2.0
1.0 2.0
1.0 2.0
Int
1
2
3
4
Index
RangeIndex
(0, 4, 1)
Columns
Index
[‘A’, ‘B’, ‘C’]
Block Manager
AxesBlocks
The Ugly
Big Data Unfriendly
Each system has its own internal memory format
70-80% computation wasted on serialization and deserialization
Similar functionality implemented in multiple projects
The Present
CategoricalDtype efficient memory & first class Categoricals
efficient IO
out-of-core and multi-core
In current pandas
The Future
pandas2 architecture
Arrow-optimized data connectors
Arrow in-memory format
Python user API, User-defined functions
Logical Data Frame Expression Graphs
Parallel Dataflow Execution Engine
Apache Arrow
Ibis
pandas2
DataFrame semantics & compatibility
Ibis
Python user API, User-defined functions
Logical Data Frame Expression Graphs
Future of Pandas - Jeff Reback
Future of Pandas - Jeff Reback
Future of Pandas - Jeff Reback
Future of Pandas - Jeff Reback
Future of Pandas - Jeff Reback
Future of Pandas - Jeff Reback
Future of Pandas - Jeff Reback
Ibis in a nutshell
Ibis
Python code
Compiler Back End
compiled code
Abstract
Syntax Tree
Apache Arrow
Arrow-optimized data connectors
Arrow in-memory format
Parallel Dataflow Execution Engine
Apache Arrow project
The Arrow supports zero-copy reads and is optimized for data locality.
Fast
Arrow acts as a new high-performance interface between various systems.
Flexible
Apache Arrow is backed by key developers of 13 major open source projects
Standard
Big Data friendly
All systems utilize the same memory format
No overhead for cross-system communication
Projects can share functionality (eg, Parquet-to-Arrow reader)
DataFrame
Computation
● Kernel functions: atomic units of computation
● Operator nodes: input/output types, operator
parallelism properties
Physical Operator Graphs
Log Add
b
a
(a + b).log().sum()
Sum
Parallel Evaluation of Operator Graphs
a b tmp
tmp
2
out
Add SumLog
Parallel Evaluation of Operator Graphs
Status & Links
pandas2
https://github.com/pandas-dev/pandas2
Ibis
https://github.com/ibis-project/ibis
0.12.0 released in October.
Arrow
https://github.com/apache/arrow
0.7.1 released in October.
What can the community do?
● We love contributions.
● We love donations (to NUMFocus).
Thanks
1 of 51

Recommended

Archival Storage at Two Sigma - Josh Leners by
Archival Storage at Two Sigma - Josh LenersArchival Storage at Two Sigma - Josh Leners
Archival Storage at Two Sigma - Josh LenersTwo Sigma
1K views35 slides
Responsive and Scalable Real-time Data Analytics for SHPE 2017 - Cecilia Ye by
Responsive and Scalable Real-time Data Analytics for SHPE 2017 - Cecilia YeResponsive and Scalable Real-time Data Analytics for SHPE 2017 - Cecilia Ye
Responsive and Scalable Real-time Data Analytics for SHPE 2017 - Cecilia YeTwo Sigma
470 views37 slides
Smooth Storage - A distributed storage system for managing structured time se... by
Smooth Storage - A distributed storage system for managing structured time se...Smooth Storage - A distributed storage system for managing structured time se...
Smooth Storage - A distributed storage system for managing structured time se...Two Sigma
530 views33 slides
Engineering with Open Source - Hyonjee Joo by
Engineering with Open Source - Hyonjee JooEngineering with Open Source - Hyonjee Joo
Engineering with Open Source - Hyonjee JooTwo Sigma
2.4K views65 slides
Scaling up business value with real-time operational graph analytics by
Scaling up business value with real-time operational graph analyticsScaling up business value with real-time operational graph analytics
Scaling up business value with real-time operational graph analyticsConnected Data World
633 views28 slides
Modern Data Discovery and Integration in Retail Banking by
Modern Data Discovery and Integration in Retail BankingModern Data Discovery and Integration in Retail Banking
Modern Data Discovery and Integration in Retail BankingCambridge Semantics
296 views12 slides

More Related Content

What's hot

Going Beyond Rows and Columns with Graph Analytics by
Going Beyond Rows and Columns with Graph AnalyticsGoing Beyond Rows and Columns with Graph Analytics
Going Beyond Rows and Columns with Graph AnalyticsCambridge Semantics
355 views32 slides
Understanding Big Data Analytics - solutions for growing businesses - Rafał M... by
Understanding Big Data Analytics - solutions for growing businesses - Rafał M...Understanding Big Data Analytics - solutions for growing businesses - Rafał M...
Understanding Big Data Analytics - solutions for growing businesses - Rafał M...GetInData
131 views41 slides
The Year of the Graph by
The Year of the GraphThe Year of the Graph
The Year of the GraphCambridge Semantics
6.5K views34 slides
Satyam open analytics nyc by
Satyam open analytics nycSatyam open analytics nyc
Satyam open analytics nycOpen Analytics
4.1K views24 slides
How to Build An AI Based Customer Data Platform: Learn the design patterns fo... by
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...TigerGraph
77 views17 slides
Graph-Based Identity Resolution at Scale by
Graph-Based Identity Resolution at ScaleGraph-Based Identity Resolution at Scale
Graph-Based Identity Resolution at ScaleTigerGraph
97 views21 slides

What's hot(20)

Going Beyond Rows and Columns with Graph Analytics by Cambridge Semantics
Going Beyond Rows and Columns with Graph AnalyticsGoing Beyond Rows and Columns with Graph Analytics
Going Beyond Rows and Columns with Graph Analytics
Understanding Big Data Analytics - solutions for growing businesses - Rafał M... by GetInData
Understanding Big Data Analytics - solutions for growing businesses - Rafał M...Understanding Big Data Analytics - solutions for growing businesses - Rafał M...
Understanding Big Data Analytics - solutions for growing businesses - Rafał M...
GetInData131 views
Satyam open analytics nyc by Open Analytics
Satyam open analytics nycSatyam open analytics nyc
Satyam open analytics nyc
Open Analytics4.1K views
How to Build An AI Based Customer Data Platform: Learn the design patterns fo... by TigerGraph
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
TigerGraph77 views
Graph-Based Identity Resolution at Scale by TigerGraph
Graph-Based Identity Resolution at ScaleGraph-Based Identity Resolution at Scale
Graph-Based Identity Resolution at Scale
TigerGraph97 views
Should a Graph Database Be in Your Next Data Warehouse Stack? by Cambridge Semantics
Should a Graph Database Be in Your Next Data Warehouse Stack?Should a Graph Database Be in Your Next Data Warehouse Stack?
Should a Graph Database Be in Your Next Data Warehouse Stack?
Cambridge Semantics5.6K views
From Data Lakes to the Data Fabric: Our Vision for Digital Strategy by Cambridge Semantics
From Data Lakes to the Data Fabric: Our Vision for Digital StrategyFrom Data Lakes to the Data Fabric: Our Vision for Digital Strategy
From Data Lakes to the Data Fabric: Our Vision for Digital Strategy
Fraud prevention is better with TigerGraph inside by TigerGraph
Fraud prevention is better with  TigerGraph insideFraud prevention is better with  TigerGraph inside
Fraud prevention is better with TigerGraph inside
TigerGraph94 views
Platfora - An Analytics Sandbox In A World Of Big Data by Mark Ginnebaugh
Platfora - An Analytics Sandbox In A World Of Big DataPlatfora - An Analytics Sandbox In A World Of Big Data
Platfora - An Analytics Sandbox In A World Of Big Data
Mark Ginnebaugh3K views
Anzo Smart Data Lake 4.0 - a Data Lake Platform for the Enterprise Informatio... by Cambridge Semantics
Anzo Smart Data Lake 4.0 - a Data Lake Platform for the Enterprise Informatio...Anzo Smart Data Lake 4.0 - a Data Lake Platform for the Enterprise Informatio...
Anzo Smart Data Lake 4.0 - a Data Lake Platform for the Enterprise Informatio...
Cambridge Semantics3.7K views
Supply Chain and Logistics Management with Graph & AI by TigerGraph
Supply Chain and Logistics Management with Graph & AISupply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AI
TigerGraph191 views
Modern Data Discovery and Integration in Insurance by Cambridge Semantics
Modern Data Discovery and Integration in InsuranceModern Data Discovery and Integration in Insurance
Modern Data Discovery and Integration in Insurance
Cambridge Semantics1.4K views
Sustainability Investment Research Using Cognitive Analytics by Cambridge Semantics
Sustainability Investment Research Using Cognitive AnalyticsSustainability Investment Research Using Cognitive Analytics
Sustainability Investment Research Using Cognitive Analytics
Accelerating Insight - Smart Data Lake Customer Success Stories by Cambridge Semantics
Accelerating Insight - Smart Data Lake Customer Success StoriesAccelerating Insight - Smart Data Lake Customer Success Stories
Accelerating Insight - Smart Data Lake Customer Success Stories
Cambridge Semantics1.9K views
Graph+AI for Fin. Services by TigerGraph
Graph+AI for Fin. ServicesGraph+AI for Fin. Services
Graph+AI for Fin. Services
TigerGraph92 views
Finance and Audit Predictive Analytics by Bob Samuels
Finance and Audit Predictive AnalyticsFinance and Audit Predictive Analytics
Finance and Audit Predictive Analytics
Bob Samuels4.5K views
TigerGraph UI Toolkits Financial Crimes by TigerGraph
TigerGraph UI Toolkits Financial CrimesTigerGraph UI Toolkits Financial Crimes
TigerGraph UI Toolkits Financial Crimes
TigerGraph115 views
Graph-based Discovery and Analytics at Enterprise Scale by Cambridge Semantics
Graph-based Discovery and Analytics at Enterprise ScaleGraph-based Discovery and Analytics at Enterprise Scale
Graph-based Discovery and Analytics at Enterprise Scale

Similar to Future of Pandas - Jeff Reback

Future of pandas by
Future of pandasFuture of pandas
Future of pandasJeff Reback
5.4K views53 slides
Improving Pandas and PySpark performance and interoperability with Apache Arrow by
Improving Pandas and PySpark performance and interoperability with Apache ArrowImproving Pandas and PySpark performance and interoperability with Apache Arrow
Improving Pandas and PySpark performance and interoperability with Apache ArrowPyData
1.6K views44 slides
Improving Pandas and PySpark interoperability with Apache Arrow by
Improving Pandas and PySpark interoperability with Apache ArrowImproving Pandas and PySpark interoperability with Apache Arrow
Improving Pandas and PySpark interoperability with Apache ArrowLi Jin
143 views44 slides
Improving Python and Spark Performance and Interoperability: Spark Summit Eas... by
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...Spark Summit
2.5K views37 slides
Improving Python and Spark (PySpark) Performance and Interoperability by
Improving Python and Spark (PySpark) Performance and InteroperabilityImproving Python and Spark (PySpark) Performance and Interoperability
Improving Python and Spark (PySpark) Performance and InteroperabilityWes McKinney
19.8K views37 slides
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ... by
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...Sri Ambati
1.7K views22 slides

Similar to Future of Pandas - Jeff Reback(20)

Future of pandas by Jeff Reback
Future of pandasFuture of pandas
Future of pandas
Jeff Reback5.4K views
Improving Pandas and PySpark performance and interoperability with Apache Arrow by PyData
Improving Pandas and PySpark performance and interoperability with Apache ArrowImproving Pandas and PySpark performance and interoperability with Apache Arrow
Improving Pandas and PySpark performance and interoperability with Apache Arrow
PyData1.6K views
Improving Pandas and PySpark interoperability with Apache Arrow by Li Jin
Improving Pandas and PySpark interoperability with Apache ArrowImproving Pandas and PySpark interoperability with Apache Arrow
Improving Pandas and PySpark interoperability with Apache Arrow
Li Jin143 views
Improving Python and Spark Performance and Interoperability: Spark Summit Eas... by Spark Summit
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Spark Summit2.5K views
Improving Python and Spark (PySpark) Performance and Interoperability by Wes McKinney
Improving Python and Spark (PySpark) Performance and InteroperabilityImproving Python and Spark (PySpark) Performance and Interoperability
Improving Python and Spark (PySpark) Performance and Interoperability
Wes McKinney19.8K views
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ... by Sri Ambati
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...
Sri Ambati1.7K views
Improving Python and Spark Performance and Interoperability with Apache Arrow by Julien Le Dem
Improving Python and Spark Performance and Interoperability with Apache ArrowImproving Python and Spark Performance and Interoperability with Apache Arrow
Improving Python and Spark Performance and Interoperability with Apache Arrow
Julien Le Dem4.4K views
Graph representation learning to prevent payment collusion fraud by DataWorks Summit
Graph representation learning to prevent payment collusion fraudGraph representation learning to prevent payment collusion fraud
Graph representation learning to prevent payment collusion fraud
DataWorks Summit940 views
DIY Analytics with Apache Spark by Adam Roberts
DIY Analytics with Apache SparkDIY Analytics with Apache Spark
DIY Analytics with Apache Spark
Adam Roberts982 views
Ibm info sphere datastage and hadoop two best-of-breed solutions together-f... by ArunshankarArjunan
Ibm info sphere datastage and hadoop   two best-of-breed solutions together-f...Ibm info sphere datastage and hadoop   two best-of-breed solutions together-f...
Ibm info sphere datastage and hadoop two best-of-breed solutions together-f...
Improving Python and Spark Performance and Interoperability with Apache Arrow... by Databricks
Improving Python and Spark Performance and Interoperability with Apache Arrow...Improving Python and Spark Performance and Interoperability with Apache Arrow...
Improving Python and Spark Performance and Interoperability with Apache Arrow...
Databricks2.3K views
Using big data_to_your_advantage by John Repko
Using big data_to_your_advantageUsing big data_to_your_advantage
Using big data_to_your_advantage
John Repko1.1K views
Enabling a hardware accelerated deep learning data science experience for Apa... by DataWorks Summit
Enabling a hardware accelerated deep learning data science experience for Apa...Enabling a hardware accelerated deep learning data science experience for Apa...
Enabling a hardware accelerated deep learning data science experience for Apa...
DataWorks Summit242 views
Preparing Your Data for Cloud Analytics & AI/ML by Amazon Web Services
Preparing Your Data for Cloud Analytics & AI/ML Preparing Your Data for Cloud Analytics & AI/ML
Preparing Your Data for Cloud Analytics & AI/ML
The Dynamic Information Model by georgebina
The Dynamic Information ModelThe Dynamic Information Model
The Dynamic Information Model
georgebina1.4K views
SPSNYC2019 - What is Common Data Model and how to use it? by Nicolas Georgeault
SPSNYC2019 - What is Common Data Model and how to use it?SPSNYC2019 - What is Common Data Model and how to use it?
SPSNYC2019 - What is Common Data Model and how to use it?
Nicolas Georgeault778 views
Pandas UDF: Scalable Analysis with Python and PySpark by Li Jin
Pandas UDF: Scalable Analysis with Python and PySparkPandas UDF: Scalable Analysis with Python and PySpark
Pandas UDF: Scalable Analysis with Python and PySpark
Li Jin343 views

More from Two Sigma

The State of Open Data on School Bullying by
The State of Open Data on School BullyingThe State of Open Data on School Bullying
The State of Open Data on School BullyingTwo Sigma
960 views39 slides
Halite @ Google Cloud Next 2018 by
Halite @ Google Cloud Next 2018Halite @ Google Cloud Next 2018
Halite @ Google Cloud Next 2018Two Sigma
292 views25 slides
BeakerX - Tiezheng Li by
BeakerX - Tiezheng LiBeakerX - Tiezheng Li
BeakerX - Tiezheng LiTwo Sigma
1.2K views21 slides
Bringing Linux back to the Server BIOS with LinuxBoot - Trammel Hudson by
Bringing Linux back to the Server BIOS with LinuxBoot - Trammel HudsonBringing Linux back to the Server BIOS with LinuxBoot - Trammel Hudson
Bringing Linux back to the Server BIOS with LinuxBoot - Trammel HudsonTwo Sigma
504 views48 slides
Waiter: An Open-Source Distributed Auto-Scaler by
Waiter: An Open-Source Distributed Auto-ScalerWaiter: An Open-Source Distributed Auto-Scaler
Waiter: An Open-Source Distributed Auto-ScalerTwo Sigma
564 views15 slides
The Language of Compression - Leif Walsh by
The Language of Compression - Leif WalshThe Language of Compression - Leif Walsh
The Language of Compression - Leif WalshTwo Sigma
197 views153 slides

More from Two Sigma(16)

The State of Open Data on School Bullying by Two Sigma
The State of Open Data on School BullyingThe State of Open Data on School Bullying
The State of Open Data on School Bullying
Two Sigma960 views
Halite @ Google Cloud Next 2018 by Two Sigma
Halite @ Google Cloud Next 2018Halite @ Google Cloud Next 2018
Halite @ Google Cloud Next 2018
Two Sigma292 views
BeakerX - Tiezheng Li by Two Sigma
BeakerX - Tiezheng LiBeakerX - Tiezheng Li
BeakerX - Tiezheng Li
Two Sigma1.2K views
Bringing Linux back to the Server BIOS with LinuxBoot - Trammel Hudson by Two Sigma
Bringing Linux back to the Server BIOS with LinuxBoot - Trammel HudsonBringing Linux back to the Server BIOS with LinuxBoot - Trammel Hudson
Bringing Linux back to the Server BIOS with LinuxBoot - Trammel Hudson
Two Sigma504 views
Waiter: An Open-Source Distributed Auto-Scaler by Two Sigma
Waiter: An Open-Source Distributed Auto-ScalerWaiter: An Open-Source Distributed Auto-Scaler
Waiter: An Open-Source Distributed Auto-Scaler
Two Sigma564 views
The Language of Compression - Leif Walsh by Two Sigma
The Language of Compression - Leif WalshThe Language of Compression - Leif Walsh
The Language of Compression - Leif Walsh
Two Sigma197 views
Identifying Emergent Behaviors in Complex Systems - Jane Adams by Two Sigma
Identifying Emergent Behaviors in Complex Systems - Jane AdamsIdentifying Emergent Behaviors in Complex Systems - Jane Adams
Identifying Emergent Behaviors in Complex Systems - Jane Adams
Two Sigma300 views
Algorithmic Data Science = Theory + Practice by Two Sigma
Algorithmic Data Science = Theory + PracticeAlgorithmic Data Science = Theory + Practice
Algorithmic Data Science = Theory + Practice
Two Sigma1.3K views
HUOHUA: A Distributed Time Series Analysis Framework For Spark by Two Sigma
HUOHUA: A Distributed Time Series Analysis Framework For SparkHUOHUA: A Distributed Time Series Analysis Framework For Spark
HUOHUA: A Distributed Time Series Analysis Framework For Spark
Two Sigma383 views
Improving Python and Spark Performance and Interoperability with Apache Arrow by Two Sigma
Improving Python and Spark Performance and Interoperability with Apache ArrowImproving Python and Spark Performance and Interoperability with Apache Arrow
Improving Python and Spark Performance and Interoperability with Apache Arrow
Two Sigma585 views
TRIEST: Counting Local and Global Triangles in Fully-Dynamic Streams with Fix... by Two Sigma
TRIEST: Counting Local and Global Triangles in Fully-Dynamic Streams with Fix...TRIEST: Counting Local and Global Triangles in Fully-Dynamic Streams with Fix...
TRIEST: Counting Local and Global Triangles in Fully-Dynamic Streams with Fix...
Two Sigma1.1K views
Exploring the Urban – Rural Incarceration Divide: Drivers of Local Jail Incar... by Two Sigma
Exploring the Urban – Rural Incarceration Divide: Drivers of Local Jail Incar...Exploring the Urban – Rural Incarceration Divide: Drivers of Local Jail Incar...
Exploring the Urban – Rural Incarceration Divide: Drivers of Local Jail Incar...
Two Sigma983 views
Graph Summarization with Quality Guarantees by Two Sigma
Graph Summarization with Quality GuaranteesGraph Summarization with Quality Guarantees
Graph Summarization with Quality Guarantees
Two Sigma991 views
Rademacher Averages: Theory and Practice by Two Sigma
Rademacher Averages: Theory and PracticeRademacher Averages: Theory and Practice
Rademacher Averages: Theory and Practice
Two Sigma619 views
Credit-Implied Volatility by Two Sigma
Credit-Implied VolatilityCredit-Implied Volatility
Credit-Implied Volatility
Two Sigma2.4K views
Principles of REST API Design by Two Sigma
Principles of REST API DesignPrinciples of REST API Design
Principles of REST API Design
Two Sigma1.6K views

Recently uploaded

UNEP FI CRS Climate Risk Results.pptx by
UNEP FI CRS Climate Risk Results.pptxUNEP FI CRS Climate Risk Results.pptx
UNEP FI CRS Climate Risk Results.pptxpekka28
11 views51 slides
How Leaders See Data? (Level 1) by
How Leaders See Data? (Level 1)How Leaders See Data? (Level 1)
How Leaders See Data? (Level 1)Narendra Narendra
13 views76 slides
Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023 by
Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023
Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023StatsCommunications
55 views5 slides
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdf by
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdfVikas 500 BIG DATA TECHNOLOGIES LAB.pdf
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdfvikas12611618
8 views30 slides
Introduction to Microsoft Fabric.pdf by
Introduction to Microsoft Fabric.pdfIntroduction to Microsoft Fabric.pdf
Introduction to Microsoft Fabric.pdfishaniuudeshika
24 views16 slides
PTicketInput.pdf by
PTicketInput.pdfPTicketInput.pdf
PTicketInput.pdfstuartmcphersonflipm
376 views1 slide

Recently uploaded(20)

UNEP FI CRS Climate Risk Results.pptx by pekka28
UNEP FI CRS Climate Risk Results.pptxUNEP FI CRS Climate Risk Results.pptx
UNEP FI CRS Climate Risk Results.pptx
pekka2811 views
Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023 by StatsCommunications
Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023
Launch of the Knowledge Exchange Platform - Romina Boarini - 21 November 2023
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdf by vikas12611618
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdfVikas 500 BIG DATA TECHNOLOGIES LAB.pdf
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdf
vikas126116188 views
Introduction to Microsoft Fabric.pdf by ishaniuudeshika
Introduction to Microsoft Fabric.pdfIntroduction to Microsoft Fabric.pdf
Introduction to Microsoft Fabric.pdf
ishaniuudeshika24 views
Cross-network in Google Analytics 4.pdf by GA4 Tutorials
Cross-network in Google Analytics 4.pdfCross-network in Google Analytics 4.pdf
Cross-network in Google Analytics 4.pdf
GA4 Tutorials6 views
3196 The Case of The East River by ErickANDRADE90
3196 The Case of The East River3196 The Case of The East River
3196 The Case of The East River
ErickANDRADE9011 views
RuleBookForTheFairDataEconomy.pptx by noraelstela1
RuleBookForTheFairDataEconomy.pptxRuleBookForTheFairDataEconomy.pptx
RuleBookForTheFairDataEconomy.pptx
noraelstela167 views
Advanced_Recommendation_Systems_Presentation.pptx by neeharikasingh29
Advanced_Recommendation_Systems_Presentation.pptxAdvanced_Recommendation_Systems_Presentation.pptx
Advanced_Recommendation_Systems_Presentation.pptx
JConWorld_ Continuous SQL with Kafka and Flink by Timothy Spann
JConWorld_ Continuous SQL with Kafka and FlinkJConWorld_ Continuous SQL with Kafka and Flink
JConWorld_ Continuous SQL with Kafka and Flink
Timothy Spann100 views
Building Real-Time Travel Alerts by Timothy Spann
Building Real-Time Travel AlertsBuilding Real-Time Travel Alerts
Building Real-Time Travel Alerts
Timothy Spann109 views
Chapter 3b- Process Communication (1) (1)(1) (1).pptx by ayeshabaig2004
Chapter 3b- Process Communication (1) (1)(1) (1).pptxChapter 3b- Process Communication (1) (1)(1) (1).pptx
Chapter 3b- Process Communication (1) (1)(1) (1).pptx
ayeshabaig20045 views
Understanding Hallucinations in LLMs - 2023 09 29.pptx by Greg Makowski
Understanding Hallucinations in LLMs - 2023 09 29.pptxUnderstanding Hallucinations in LLMs - 2023 09 29.pptx
Understanding Hallucinations in LLMs - 2023 09 29.pptx
Greg Makowski13 views
Organic Shopping in Google Analytics 4.pdf by GA4 Tutorials
Organic Shopping in Google Analytics 4.pdfOrganic Shopping in Google Analytics 4.pdf
Organic Shopping in Google Analytics 4.pdf
GA4 Tutorials10 views
Survey on Factuality in LLM's.pptx by NeethaSherra1
Survey on Factuality in LLM's.pptxSurvey on Factuality in LLM's.pptx
Survey on Factuality in LLM's.pptx
NeethaSherra15 views

Future of Pandas - Jeff Reback