• Stars
    star
    107
  • Rank 323,587 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A tutorial on DataFrames.jl prepared for JuliaCon2021

JuliaCon2021 DataFrames.jl Tutorial

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

A video recording of the tutorial is available here.

In order to run the tutorial make sure that you have Julia executable installed. The tutorial was updated to Julia 1.9.0 and DataFrames.jl 1.5.0.

To check the version presented during JuliaCon 2021 please check out this commit from the repository.

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.3
  [336ed68f] CSV v0.10.9
  [324d7699] CategoricalArrays v0.10.7
  [8be319e6] Chain v0.5.0
  [a93c6f00] DataFrames v1.5.0
  [38e38edf] GLM v1.8.1
  [7073ff75] IJulia v1.24.0
  [91a5bcdd] Plots v1.38.5
  [f3b207a7] StatsPlots v0.15.4
  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.

More Repositories

1

Julia-DataFrames-Tutorial

A tutorial on Julia DataFrames package
Jupyter Notebook
487
star
2

The-Julia-Express

A concise Julia language introductory manual for programmers.
TeX
257
star
3

JuliaForDataAnalysis

Codes for the book "Julia for Data Analysis"
Jupyter Notebook
163
star
4

JuliaCon2020-DataFrames-Tutorial

Jupyter Notebook
52
star
5

JuliaCon2022-DataFrames-Tutorial

A Complete Guide to Efficient Transformations of DataFrames
Jupyter Notebook
35
star
6

EventSimulation.jl

An event based Discrete Event Simulation engine
Julia
21
star
7

ReadOnlyArrays.jl

A wrapper type around AbstractArray that is read-only
Julia
21
star
8

WooldridgeCode.jl

Julia code for "Introductory Econometrics" A Modern Approach", Seventh Edition by Jeffrey M. Wooldridge
Julia
18
star
9

ABCDGraphGenerator.jl

Artificial Benchmark for Community Detection (ABCD) - A Fast Random Graph Model with Community Structure
Jupyter Notebook
18
star
10

PyDataGlobal2020

An introduction to DataFrames.jl for pandas users
Jupyter Notebook
17
star
11

DataFrames-Showcase

A short showcase of DataFrames.jl
Jupyter Notebook
14
star
12

JuliaCon2023-Tutorial

An introductory part of the workshop prepared for JuliaCon2023
Jupyter Notebook
14
star
13

JuliaCon2019-DataFrames-Tutorial

A hands-on tutorial on the DataFrames.jl package
Jupyter Notebook
10
star
14

WarszawskieForumJulia

Materiały ze spotkań Warszawskiego Forum Julia
Jupyter Notebook
8
star
15

ODSC-EUROPE-2021

Dataframes.jl: a Perfect Sidekick for Your Next Data Science Project
Julia
7
star
16

UEP-Workshop-20190405

Materials for Julia workshop in UEP on 2019-04-05
Julia
5
star
17

Workshop-on-Optimization-Techniques

Workshop on Optimization Techniques for Data Science in Python and Julia
HTML
4
star
18

MakieCon2023

Presentation for MakieCon2023
Jupyter Notebook
4
star
19

ComplexNetworks2019

Summer School on Data Science Tools and Techniques in Modelling Complex Networks
Jupyter Notebook
3
star
20

ABCDHypergraphGenerator.jl

Artificial Benchmark for Hypergraphs Community Detection (ABCDH)
Julia
3
star
21

BinderOptimizationNotebook

An example how to set up a repository for optimization with MyBinder
Jupyter Notebook
2
star
22

Nanocsv.jl

A minimal implementation of CSV reader/writer for Julia
Julia
2
star
23

SmartMobilityOptimization

HTML
1
star
24

JuliaStrBenchmark

A collection of benchmarks for strings in Julia
Julia
1
star
25

FWF-deprecated

A simple package for working with fixed width format files. To be merged into https://github.com/RandomString123/FWF.jl
Julia
1
star
26

UEP-Workshop-binder20190405

mybinder version of UEP-Workshop-binder20190405
Jupyter Notebook
1
star
27

StochasticSimulation

Materials for doing stochastic simulations with Julia
Jupyter Notebook
1
star