Changes
* Renamed project to Mockalot
* Created the concept of "In-memory" writers:
* **Python list**: returns the fake data as a list of dicts
* **Pandas dataframe**: returns the fake data as a pandas dataframe (pre-install of pandas required, included with `pip install mockalot[pandas]`)
* **Pyspark dataframe**: returns the fake data as a pyspark dataframe (pre-install of pyspark required, included with `pip install mockalot[pyspark]`)
* Added a parquet file writer (pre-install of pyarrow required, included with `pip install mockalot[parquet]`)
Compare Changes
You can view the changes between this release and the previous version [here](https://github.com/flavsdotpy/mockalot/compare/0.2.0...0.3.0).