# Pandas vs Julia cheat sheet - equivalents

**URL:** https://discourse.julialang.org/t/pandas-vs-julia-cheat-sheet-equivalents/96117
**Category:** Teaching & Outreach
**Tags:** cheatsheets
**Created:** [March 15, 2023, 10:06am UTC](https://discourse.julialang.org/t/pandas-vs-julia-cheat-sheet-equivalents/96117 "2023-03-15T10:06:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Johny\_K](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johny_k/32/47728_2.png) [@Johny\_K](https://discourse.julialang.org/u/Johny_K)
#### Post date: [March 15, 2023, 10:06am UTC](https://discourse.julialang.org/t/pandas-vs-julia-cheat-sheet-equivalents/96117/1 "2023-03-15T10:06:42Z")

</div>

Hey there,

We’ve created new cheat sheet for comparison of the most used commands in DS: Julia and Pandas. You can find it here:

> **[Pandas vs Julia - cheat sheet and comparison](https://datascientyst.com/pandas-vs-julia-comparison-cheat-sheet/)**
>
> This is a Python/Pandas vs Julia cheatsheet and comparison. You can find what is the equivalent of Pandas in Julia or vice versa. You can find links to the documentation and other useful Pandas/Julia resources.
> 
> 
> The table below show the useful links...

Cheat sheet is based on my limited experience with Julia and research.

**Next**

We plan to improve and increase the scope(multiprocessing etc).  
Any feedback will be helpful. We are open for collaboration.

**Goal**  
The goal is to help people working with both tools or transition.

**Contribution**  
There are 2 notebooks at the end which might help for future contribution.  
We can upload CSV format or something else.

Pandas vs Julia cheat sheet image:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/4/e/4ee210d660754807ad17513ddda7cce35de9f12e.jpeg)

Thank you in advance.

---

<div class="post-metadata">

### Author: ![Raf](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/raf/32/3383_2.png) [@Raf](https://discourse.julialang.org/u/Raf)
#### Post date: [March 15, 2023, 10:20am UTC](https://discourse.julialang.org/t/pandas-vs-julia-cheat-sheet-equivalents/96117/2 "2023-03-15T10:20:21Z")

</div>

`] add JSON` is more common than using `Pkg.add`, may also want `JSON3` as you use that below.

---

<div class="post-metadata">

### Author: ![LaurentPlagne](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laurentplagne/32/10103_2.png) [@LaurentPlagne](https://discourse.julialang.org/u/LaurentPlagne)
#### Post date: [March 15, 2023, 10:32am UTC](https://discourse.julialang.org/t/pandas-vs-julia-cheat-sheet-equivalents/96117/3 "2023-03-15T10:32:18Z")

</div>

Nice design.  
I could not find a pdf.

---

<div class="post-metadata">

### Author: ![Johny\_K](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johny_k/32/47728_2.png) [@Johny\_K](https://discourse.julialang.org/u/Johny_K)
#### Post date: [March 15, 2023, 10:53am UTC](https://discourse.julialang.org/t/pandas-vs-julia-cheat-sheet-equivalents/96117/4 "2023-03-15T10:53:37Z")

</div>

Thanks for the feedback

> `] add JSON` is more common than using `Pkg.add` , may also want `JSON3` as you use that below.

Will update the cheat sheet soon.

Initially the plan was to make it easy for use by TOC navigation and just export it to image.  
We may converted to PDF - thanks for the idea.

Cheers
