Building A Fake Data Generator App with Streamlit and Python Faker
Data is everywhere, but sometimes when building a web site or testing out a product you may need quick data to use to test drive your app or product. This is where the Faker library comes to play. The idea behind Faker is quite simple to generate data randomly per certain fields. This library has …
Building A Fake Data Generator App with Streamlit and Python Faker Read More »