# Julia not able to convert Array to a series data for plotting

**URL:** https://discourse.julialang.org/t/julia-not-able-to-convert-array-to-a-series-data-for-plotting/57669
**Category:** General Usage
**Tags:** question, array
**Created:** [March 21, 2021, 8:43pm UTC](https://discourse.julialang.org/t/julia-not-able-to-convert-array-to-a-series-data-for-plotting/57669 "2021-03-21T20:43:07Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![aramirezreyes](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aramirezreyes/32/42573_2.png) [@aramirezreyes](https://discourse.julialang.org/u/aramirezreyes)
#### Post date: [March 21, 2021, 9:36pm UTC](https://discourse.julialang.org/t/julia-not-able-to-convert-array-to-a-series-data-for-plotting/57669/4 "2021-03-21T21:36:43Z")

</div>

Hmmm. I tried for 20 minutes to replicate your problem but I couldn’t. Part of it is because you use many packages that are not in your snippet. This made me have to investigate what packages I needed to install to be able to run every line. After discovering that I had to install and use Arrow.jl, CSV.jl, and Parquet.jl, I stopped looking because there are further packages I need to install to get to the point of your error. I advice to take a look at [PSA: make it easier to help you](https://discourse.julialang.org/t/psa-make-it-easier-to-help-you/14757) for advice on how to paste a minimal working example, it would be easier to reproduce your error and help.  
Ideally we should be able to copy and paste your snippet and it should throw the error.

---

_[View the full topic](https://discourse.julialang.org/t/julia-not-able-to-convert-array-to-a-series-data-for-plotting/57669)._
