hi-primus / optimus

:truck: Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark

Home Page:https://hi-optimus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add phone number, social security number, state, http code datatype detection

argenisleon opened this issue · comments

Implement detection for:

  • phone number
  • social security number
  • state
  • http code

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Where the detected formats are country specific, please ensure the objects are labelled as such. The 303-555-2021 format is indicative of a +13035552021 phone number, but is specific to NANP. The WA state code is a US and an AU state code but they are different places.

Hi @lighthouseahoy,

Have you checked https://github.com/daviddrysdale/python-phonenumbers?

What functionality from this library would like to see in Optimus?

That looks like a thorough library. I would be most interested in simple validation. Which country is it in (blank on any error)? [Sorry, I worry when I see phone number validation because it is a lot more complicated than people realise.]