tommy teaches tommy (and anyone else who cares to read all this) about software development and coding with the pandas
third-party package in Python for managing and manipulating data with varying levels of complexity.
The pandas
library provides a Series
, DataFrame
, and MultiIndexDataFrame
set of utility functions and classes for organising, accessing, and processing tabular data (JSONs, CSVs, Parquet files, etc.). Some of the syntax and implementation is non-standard in comparison to most Python code, so this reference repository should be a helpful means of pointing out some of the quirks of using pandas
.
- Local Package:
pandas_demos
- Developer Setup
- Testing
- What's this "tommy teaches tommy" thing all about?
- License (Copyright)
- References
TBD
See the CONTRIBUTING.md
file for details on how to setup your system to use this code and/or how to be able to update or modify the code for your own purposes.
See the TESTING.md
file for details on the currently supported testing configured in this repository and how to run those tests.
"What's in a name?"
You can see a rambly explanation here at my personal website; but, in short:
I'm just trying to say that I'm writing out what I think is helpful/interesting to me, and I'm sharing it in case it's helpful to anyone else, but please know that I'm not trying to talk down to anyone 😄 (except maybe myself 👻).
Copyright (c) Tommy P. Keane, 2023 (https://www.tommypkeane.com)
See the LICENSE file.