Horje
Use Pandas inside of Julia Code Example
Use Pandas inside of Julia
;sudo pip3 install pandas
using Pkg
Pkg.add("Pandas")
using Pandas

using Pandas
df = DataFrame(Dict(:age=>[27, 29, 27], :name=>["James", "Jill", "Jake"]))




Julia

Related
julia declare variable Code Example julia declare variable Code Example
identify current hostname in julia Code Example identify current hostname in julia Code Example
julia stop for loop Code Example julia stop for loop Code Example
remove top two rows of datafram in julia Code Example remove top two rows of datafram in julia Code Example
Run this in a cell at the time you want to convert the notebook to a PDF or HTML file in order to share it, meaning, this code should run in the last cell of your notebook. Code Example Run this in a cell at the time you want to convert the notebook to a PDF or HTML file in order to share it, meaning, this code should run in the last cell of your notebook. Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12