Coder Social home page Coder Social logo

olummy / juliacon2021-dataframes-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bkamins/juliacon2021-dataframes-tutorial

0.0 1.0 0.0 82 KB

A tutorial on DataFrames.jl prepared for JuliaCon2021

License: MIT License

Jupyter Notebook 100.00%

juliacon2021-dataframes-tutorial's Introduction

JuliaCon2021 DataFrames.jl Tutorial

This is a tutorial on DataFrames.jl prepared for JuliaCon2021.

In order to run the tutorial make sure that you have Julia executable installed. The tutorial was tested under Julia 1.6.1.

Then the simplest way to run it is to proceed as follows:

  1. Clone the tutorial repository to a local folder on your computer.
  2. Start Julia in your local folder using the julia --project command.
  3. Run the following commands:
using Pkg
Pkg.instantiate()
Pkg.status()

The last command should produce the following output:

  [e28b5b4c] Bootstrap v2.3.2
  [336ed68f] CSV v0.8.5
  [324d7699] CategoricalArrays v0.10.0
  [8be319e6] Chain v0.4.7
  [a93c6f00] DataFrames v1.2.0
  [38e38edf] GLM v1.5.1
  [7073ff75] IJulia v1.23.2
  [91a5bcdd] Plots v1.18.2
  [f3b207a7] StatsPlots v0.14.25
  1. Start Jupyter Notebook with:
using IJulia
notebook(dir=pwd())
  1. In the Jupyter Notebook open the Tutorial.ipynb file and follow the tutorial.

Steps 3 and 4 need to be run only once. They are intended to make sure that you have the required packages properly instantiated.

You can find more tutorials on DataFrames.jl in its documentation and in my blog.

juliacon2021-dataframes-tutorial's People

Contributors

bkamins avatar

Watchers

James Cloos 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.