Exporting.formatting
index
c:\users\adamj\onedrive\pulpit\olx-scrapper\src\exporting\formatting.py

 
Modules
       
datetime
locale
re

 
Functions
       
format_location_date(location_date: str) -> tuple[str, str]
Returns location and date from location_date string. Formats date to polish format.
:param location_date: location and date string
:return: formatted location and date
format_price(price: str) -> int
Returns price as integer. Removes all non-digit characters.
:param price: price string
:return: formatted price