# How to view/ingest data with VegaLite?

**URL:** https://discourse.julialang.org/t/how-to-view-ingest-data-with-vegalite/34539
**Category:** General Usage
**Tags:** first-steps
**Created:** [February 12, 2020, 8:14pm UTC](https://discourse.julialang.org/t/how-to-view-ingest-data-with-vegalite/34539 "2020-02-12T20:14:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Aizzaac](https://avatars.discourse-cdn.com/v4/letter/a/aca169/32.png) [@Aizzaac](https://discourse.julialang.org/u/Aizzaac)
#### Post date: [February 12, 2020, 8:14pm UTC](https://discourse.julialang.org/t/how-to-view-ingest-data-with-vegalite/34539/1 "2020-02-12T20:14:29Z")

</div>

Hi

I have a topojson file and a dataframe.  
Using a DataFrame I can see a “table” with all my values. But how can I do that using VegaLite?

Most of the given examples in the documentation have examples with the Vega datasets. But I have my own dataset in my computer. So, how can I view/ingest my data?

For example in this website: [https://www.flirtwithjulia.com/2019/02/18/Choropleth-Map-With-VegaLite.jl.html](https://www.flirtwithjulia.com/2019/02/18/Choropleth-Map-With-VegaLite.jl.html)  
this is used to ingest a Vegadataset.

 ![image](https://global.discourse-cdn.com/julialang/original/3X/c/1/c19527b4074b5415f7c670b2c8bfb11cc6a04f3d.png)

How can I do that if my dataset is in my computer? In a path like this: /home/julius/roc/topo/topojson.log

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [February 13, 2020, 1:17am UTC](https://discourse.julialang.org/t/how-to-view-ingest-data-with-vegalite/34539/2 "2020-02-13T01:17:32Z")

</div>

I believe [this answer](https://discourse.julialang.org/t/how-to-make-vegalite-read-my-topojson-file/34546) also addresses this issue, right?

---

<div class="post-metadata">

### Author: ![Aizzaac](https://avatars.discourse-cdn.com/v4/letter/a/aca169/32.png) [@Aizzaac](https://discourse.julialang.org/u/Aizzaac)
#### Post date: [February 13, 2020, 3:26pm UTC](https://discourse.julialang.org/t/how-to-view-ingest-data-with-vegalite/34539/3 "2020-02-13T15:26:11Z")

</div>

Yes. This is the link: [https://discourse.julialang.org/t/how-to-make-vegalite-read-my-topojson-file/34546/10](https://discourse.julialang.org/t/how-to-make-vegalite-read-my-topojson-file/34546/10)
