Skip to content

A Django API project built using Django Rest Framework for demonstrating basic usage of Pandas.

Notifications You must be signed in to change notification settings

PraneethKarnena/pandas-django-rest-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandas - Django Rest Framework

A Django API project built using Django Rest Framework for demonstrating basic usage of Pandas.

Features:

  • Upload a dataset
  • Extract dataset details
  • Export dataframe as excel
  • Export stats
  • Plot histogram

Run:

This project depends on Celery and RabbitMQ. Please follow the links below for configuration:

  • Clone - git clone

  • Set environment variables from ENV_VARS.txt file

  • Install requirements - pip install -r requirements.txt

  • Run database ops:

    • python manage.py makemigrations
    • python manage.py migrate
  • Run the server: python manage.py runserver

About

A Django API project built using Django Rest Framework for demonstrating basic usage of Pandas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages