Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne-aben committed Aug 25, 2023
1 parent a4c804b commit e2bbccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ For example notebooks and API documentation, please see our `ReadTheDocs <https:
FAQ
===

| **How is this different from Dataenforce / Pandera?**
| The main difference: `strictly_typed_pandas` works really well with `mypy`, allowing you to catch many of the errors during linting-time (i.e. while your coding), rather than during run-time.
| **Do you know of something similar for pyspark?**
| Yes! Check out our package `typedspark <https://github.com/kaiko-ai/typedspark/>`_.
|
| **Why use Python if you want static typing?**
| There are just so many good packages for data science in Python. Rather than sacrificing all of that by moving to a different language, I'd like to make the Pythonverse a little bit better.
Expand Down

0 comments on commit e2bbccf

Please sign in to comment.