Skip to main content

A python library to help do reproducible research in social sciences

Project description

made-with-python MIT license version Open Source Love svg2 Discord Maintaner

follow on Twitter

SoSciPy

Social Science is hard, analysing data to make inferences should not be! Project Soscipy is an attempt to enable social science researchers, economists, students, enthusiasts, data scientists and most importantly change makers do high quality data analysis and visualisation that works - easily.

There are four different parts to the library that talks to specific needs while working with data.

  1. Data fetching
  2. Data analysis
  3. Data processing
  4. Data visualisation
  5. Utilities

Setup

With Pip

Install soscipy using pip by entering following command in the terminal:
pip install --upgrade soscipy

or use following command inside Jupyter and Colab Notebooks
!pip install --upgrade soscipy

1. Data Analysis

dat2csv: A simple module to export data into a csv file

2. Data processing

Combine Takes two dataframes as an input and exports a merged dataframe automatically. It figures out a primary key for the dataset and utilised TfIdf to match entities before merging

from socipy.process.dfops import combine
df = combine(df1,df2)

Thin Panda: A set of commonly used pandas functions such as renaming the columns etc.

Parallelize: A simple wrapper that takes a function and list of parameters and runs them in parallel to help you save the time and effort of dealing with more complicated multi-processing tools

3. Data visualisation

Plot: Simple functions to quickly export visualised graphs

from kornect.plot import sns_cntplt_array
sns_cntplt_array([1,2,2,3,3,4],chart_title='Random chart',export=False) 

Count Plot Chart

istates: Takes a dataframe with state names and values and plots a geomap of India for you as a PNG or GIF

idistrict: Takes a dataframe with district names and values and plots a geomap of India for you as a PNG or GIF

4. Utilities

Browser: Creates a selenium browser for you Update Progress: This takes a float as an input and creates a beautiful progress bar and shows you the percentage. No added libraries just pure python implementation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soscipy-0.0.44.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

soscipy-0.0.44-py3-none-any.whl (21.8 kB view details)

Uploaded Python 3

File details

Details for the file soscipy-0.0.44.tar.gz.

File metadata

  • Download URL: soscipy-0.0.44.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for soscipy-0.0.44.tar.gz
Algorithm Hash digest
SHA256 dcb3bdf6b24470b8b7d52bc9a4fd291050e3924f26c85693f3b6c7c98d17bc59
MD5 eff70a6977cbe8ac1aec26786e15e92f
BLAKE2b-256 fb40bc168b79474d0c2787b78b63a8566e0516a9ebb0f599f8d39d620e11fd99

See more details on using hashes here.

File details

Details for the file soscipy-0.0.44-py3-none-any.whl.

File metadata

  • Download URL: soscipy-0.0.44-py3-none-any.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for soscipy-0.0.44-py3-none-any.whl
Algorithm Hash digest
SHA256 610de9f502a3b11a03cae6eefc695612f59359fbdb1f70489e09274dc81f4d9a
MD5 03d528c578670a0b8189b8e8592a7d12
BLAKE2b-256 0747fab3805b66703ff9224e10507077bceb05c7d97de4eb01e69d2ecdff32cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page