Skip to content

bkamins/JuliaCon2022-DataFrames-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Complete Guide to Efficient Transformations of data frames

JuliaCon2022 Talk

This is a tutorial on DataFrames.jl operation specification syntax prepared for JuliaCon2022.

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.

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 (this step needs to be run only once per installation and is made to double check that you have proper versions of packages downloaded):
using Pkg
Pkg.instantiate()
Pkg.status()
  1. Start Jupyter Notebook with:
using IJulia
notebook(dir=pwd())
  1. In the Jupyter Notebook open the juliacon2022.ipynb file and follow the tutorial.

Preparation of this workshop has been supported by the Polish National Agency for Academic Exchange under the Strategic Partnerships programme, grant number BPI/PST/2021/1/00069/U/00001.

SGH & NAWA

About

A Complete Guide to Efficient Transformations of DataFrames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published