# New user: DataFrames or TypedTable

**URL:** https://discourse.julialang.org/t/new-user-dataframes-or-typedtable/67251
**Category:** Data
**Tags:** question, dataframes, tables
**Created:** [August 29, 2021, 12:06am UTC](https://discourse.julialang.org/t/new-user-dataframes-or-typedtable/67251 "2021-08-29T00:06:13Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![bkamins](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bkamins/32/208538_2.png) [@bkamins](https://discourse.julialang.org/u/bkamins)
#### Post date: [August 29, 2021, 8:40am UTC](https://discourse.julialang.org/t/new-user-dataframes-or-typedtable/67251/9 "2021-08-29T08:40:22Z")

</div>

I am also opinionated here, but my answer would be:

- If you do not know what to use then use DataFrames.jl as it is designed as an introductory level package that handles most of the issues users might encounter internally without exposing them.
- TypedTables.jl is great but requires much more knowledge about Julia to use it efficiently.

---

_[View the full topic](https://discourse.julialang.org/t/new-user-dataframes-or-typedtable/67251)._
