Giter VIP home page Giter VIP logo

kk_to_abs_15apr15's Introduction

KK's Rscript to Pyscript

Join the chat at https://gitter.im/SurAnand/KK_to_ABS_15apr15

Somayaji made a script in R which I am dying to reproduce in python using pandas and other great frameworks. His source file is:

ProjectProposal.R

And the Resource for this learning is

  • (This list may be continuously updated!)

__Data Analysis with Python Pandas

Source__

And, my Notebook which is a copy of the same tutorial in a notebook, whose file name is pandas_tutorial_3mar15.ipynb and can be found in SageMath Cloud.

Begin with this:

from pandas import DataFrame, read_csv

import matplotlib.pyplot as plt

import pandas as pd

import sys

%matplotlib inline

Test your imports with this:

print 'Python Version ' + sys.version

print 'Pandas Version ' + pd.__version__

And, Have fun!

kk_to_abs_15apr15's People

Contributors

gitter-badger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.