Skip to content

Kumarved123/random_data_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Random Data Generator

Generates random customized datas in different file formates

Introduction to the problem

The task is to create a Random Data Generator to download large amounts of randomly generated test data. The user can define the schema of the data and generate several rows of realistic test data in various formats.

Solution

I have used python Django and made a web application that generates the customized and OnDemand test data in several formats in any number. To generate the random data I have used Faker and some list with the random function of python to generate data and then I have stored in lists of the list data structure. I have used the panda’s data frame as the staged data to convert it further to different formats of data like csv, json, xml, tsv elc . Untitled presentation

All the generated file is downloaded in the download folder of the project

Technology Used

  • Python Django - Backend
  • HTML
  • CSS
  • Javascript
  • Jquery
  • Knockout.js

Installation

Before using this install panda, NumPy, Faker

pip install Faker
pip install pandas
pip install numpy

How to Use

Command:in manage.py directory

Python manage.py runserver

Run the local server and use the web application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published