# Parquet2: Reading parquet files with varying sensor names

**URL:** https://discourse.julialang.org/t/parquet2-reading-parquet-files-with-varying-sensor-names/97390
**Category:** General Usage
**Created:** [April 12, 2023, 11:17am UTC](https://discourse.julialang.org/t/parquet2-reading-parquet-files-with-varying-sensor-names/97390 "2023-04-12T11:17:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ahmed\_Salih](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ahmed_salih/32/206579_2.png) [@Ahmed\_Salih](https://discourse.julialang.org/u/Ahmed_Salih)
#### Post date: [April 12, 2023, 11:17am UTC](https://discourse.julialang.org/t/parquet2-reading-parquet-files-with-varying-sensor-names/97390/1 "2023-04-12T11:17:00Z")

</div>

Hello!

It is a tad difficult for me to make a MWE for this, so I will see if my explanation with words can do it.

I noticed that if I have a folder consisting of multiple parquet files, but with different data, for example:

```julia
ParquetFile1
- X
- Z

ParquetFile2
- Y
- Z

```

Then it would only give me the two sensors, X and Z, and not the sensor Y. Is there an issue in the sense that Parquet2 struggle to read parquet files in the same folder with varying format?

Kind regards
