Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added faker_pyspark reference #1881

Merged
merged 3 commits into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/communityproviders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Here's a list of Providers written by the community:
| Posts | Fake posts in markdown | `mdgen`_ |
| | format | |
+---------------+---------------------------+----------------------------------+
| PySpark | Fake PySpark DataFrane | `faker_pyspark`_ |
| | and Schema generator | |
+---------------+---------------------------+----------------------------------+
| Vehicle | Fake vehicle information | `faker_vehicle`_ |
| | includes Year Make Model | |
+---------------+---------------------------+----------------------------------+
Expand Down Expand Up @@ -87,6 +90,7 @@ In order to be included, your provider must satisfy these requirement:
.. _faker_microservice: https://pypi.org/project/faker-microservice/
.. _faker_music: https://pypi.org/project/faker_music/
.. _mdgen: https://pypi.org/project/mdgen/
.. _faker_pyspark: https://pypi.org/project/faker-pyspark/
.. _faker_vehicle: https://pypi.org/project/faker-vehicle/
.. _faker_web: https://pypi.org/project/faker_web/
.. _faker_wifi_essid: https://pypi.org/project/faker-wifi-essid/
Expand Down
Loading