mrpowers-io / quinn

pyspark methods to enhance developer productivity 📣 👯 🎉
https://mrpowers-io.github.io/quinn/
Apache License 2.0
645 stars 99 forks source link

DOC: Update README.md with correct function names #238

Closed nijanthanvijayakumar closed 4 months ago

nijanthanvijayakumar commented 4 months ago

Quinn version checks

Location of the documentation

README.md

Documentation problem

The README.md file's Column Extensions section contains functions such as nullBetween, isFalsy etc., that have a different name in the functions.py file.

Suggested fix for documentation

Update the README.md file to reflect the correct function name and their description (matching with the doc-string).

fatemetardasti96 commented 4 months ago

I would like to work on this issue as my first contribution

fatemetardasti96 commented 4 months ago

here is the PR: https://github.com/MrPowers/quinn/pull/240