This post is adapted (in part) from talks I gave at Open Data Day Arusha on March 4, 2017.
About a month before International Open Data Day was set to commence, I received an …
A Python library and command line tool for converting csv to ofx and qif files
A Python library and command line tool for converting csv to ofx and qif files
A Python command line interface (CLI) for interacting with CKAN instances
A Python command line interface (CLI) for interacting with CKAN instances
Data Day Mexico [Mexico City, Mexico] conference
Using pure Python code snippets and examples from my data analysis library meza, this talk will walk you through some of the common tabular data tasks. In the process, I will teach you alternatives to their Pandas counterparts.
LambdaConf [Boulder, CO] conference
This workshop aims to explain how to take advantage of Python's excellent functional programming capabilities to efficiently process tabular data. Additionally, it will introduce meza: a pure, functional, data analysis library for Python and alternative to…
PyCon [Portland, OR] conference
As a multi paradigm language, Python has great support for functional programming. For better or for worse, leading data libraries such as Pandas eschew the this style for object-oriented programming. This tutorial will explain how to take advantage of Pyt…
PyCon ZA [Cape Town, South Africa] conference
Attendees will learn what data and data mining are, why they are important. They will learn some basic functional programming idioms and see how it is ideally suited to data mining. They will also see in what areas the 20lb gorilla (Pandas) shines and when…
PyCon ZA [Cape Town, South Africa] conference
Attendees will learn what streams are, how to process them, and the benefits of stream processing. They will also see that most data isn't 'big data' and therefore doesn't require complex (java) systems (cough spark and storm cough) to process …
written by Reuben Cummings on Mar 9, 2017 ~ 12 minute read
This post is adapted (in part) from talks I gave at Open Data Day Arusha on March 4, 2017.
About a month before International Open Data Day was set to commence, I received an …