Skip to main content

No project description provided

Project description

This Package will implement dummy columns for a column with multiple values.

The various supported format are :

1 :host_verifications is a column with values [‘email’, ‘phone’, ‘reviews’, ‘kba’] and we need to create dummy columns separately for each feature.

2 :amenites is a column with values {TV,”Cable TV”,Internet,”Wireless Internet”} and we need to create dummy columns separately for each feature.

The above two senarious are examples where this package can be used to get dummy columns embeded with original dataframe for further analysis.

Code to execute:

Step 1 :- create an object of Mdummies and provide dataframe name and column name as arguments.

from Multiple_dummies import Mdummies

dummies=Mdummies(airbnb_seatle_lis,’amenities’)

step 2: call the function create dummies.

dummies.create_dummies()

Step 3 : Result obtained.

The output will be the dataframe with all the dummy columns attached to the original dataframe and the original column with multiple values will be dropped. Home-page: UNKNOWN Author: Rajath Nagaraj Author-email: rnagara1@mtu.edu License: UNKNOWN Description-Content-Type: UNKNOWN Description: UNKNOWN Platform: UNKNOWN

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

Multiple_dummies-2.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

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