diff --git a/README.md b/README.md index a8c9212b..a13c82b6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Readthedocs Docker image version DOI +

@@ -24,7 +25,7 @@ With metasyn you can __fit__ a model to an existing dataframe, __export__ it to - πŸ”Ž __Transparent__. With metasyn you share not only synthetic data, but also the model and settings used to create it through a traceable, auditable metadata format. Everyone can read and understand what the model does; it is crystal clear which information becomes public. - πŸ” __Private__. By default, metasyn does not incorporate multivariate information, meaning less risk of privacy issues such as identity, attribute, or group disclosure. On top of this, we support privacy plugins such as our own [disclosure control plugin](https://github.com/sodascience/metasyn-disclosure-control) to further enhance privacy in critically sensitive situations. - πŸ”— __Integrated__. We integrate closely with popular, modern tools in the python ecosystem, building on the wonderful [polars](https://pola.rs/) dataframe library ([pandas](https://pandas.pydata.org/) is supported too), as well as [faker](https://faker.readthedocs.io/en/master/) to generate localized data for names, emails, and phone numbers, and more. -- πŸ“¦ __Extensible__. Are you missing features? Do you have a different definition of privacy? Our plugin system allows you (or your organisation) to create their own extension to adjust metasyn to what you need. Or you can [contribute](https://metasyn.readthedocs.io/en/latest/developer/contributing.html) directly to the project. +- πŸ“¦ __Extensible__. Are you missing features? Do you have a different definition of privacy? Our plugin system allows you (or your organisation) to create their own extension to adjust metasyn to what you need. Or you can [contribute](#contributing) directly to the project. ## Installation Metasyn can be installed directly from PyPI using the following command in the terminal: @@ -40,11 +41,14 @@ pip install git+https://github.com/sodascience/metasyn ``` ## Usage + +![demo](https://github.com/user-attachments/assets/f3982077-4a02-4a41-b88c-d5145ef8bdd7) + To generate synthetic data, `metasyn` first needs to fit a `MetaFrame` to the data which can then be used to produce new synthetic rows: ![Example input and output](https://github.com/sodascience/metasyn/blob/main/docs/source/images/example_input_output_concise.png) -In Python code this happens as follows: +The above image closely matches the Python code: ```python import polars as pl @@ -79,9 +83,9 @@ For more information on how to create dataframes with polars, refer to the [Pola ## Where to go next -- As a next step to learn more about generating synthetic data with metasyn we recommend to check out the [user guide](https://metasyn.readthedocs.io/en/latest/usage/usage.html). +- To explore more options and try this out online, take a look at our interactive tutorial: [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/sodascience/metasyn/blob/main/examples/getting_started.ipynb) +- As a next step to learn more about generating synthetic data with metasyn we recommend to check out the [user guide](https://metasyn.readthedocs.io/en/latest/usage/usage.html) and other [documentation](https://metasyn.readthedocs.io/en/latest). - For even more privacy, have a look at our [disclosure control plugin](https://github.com/sodascience/metasyn-disclosure-control). -- To learn more about how `metasyn` works, go to detailed overview in our [documentation](https://metasyn.readthedocs.io/en/latest/about/metasyn_in_detail.html). - Want to create programs that build on metasyn? Take a look at our versioned [Docker containers](https://hub.docker.com/r/sodateam/metasyn) and our [CLI](https://metasyn.readthedocs.io/en/latest/usage/cli.html). ## Contributing diff --git a/docs/paper/build_command.txt b/docs/paper/build_command.txt index 098ee820..ebdc6d34 100644 --- a/docs/paper/build_command.txt +++ b/docs/paper/build_command.txt @@ -1,4 +1,8 @@ +# Word count: +wc -w docs/paper/paper.md + +# Building the paper: On windows: docker run --rm --volume %cd%/docs/paper:/data --env JOURNAL=joss openjournals/inara @@ -6,3 +10,4 @@ docker run --rm --volume %cd%/docs/paper:/data --env JOURNAL=joss openjournals/i on unix: docker run --rm --volume $PWD/docs/paper:/data --user $(id -u):$(id -g) --env JOURNAL=joss openjournals/inara + diff --git a/docs/paper/paper.bib b/docs/paper/paper.bib index 23b14cb2..7b49c275 100644 --- a/docs/paper/paper.bib +++ b/docs/paper/paper.bib @@ -1,7 +1,9 @@ @misc{bates2019ons, title={ONS methodology working paper series number 16β€”Synthetic data pilot}, author={Bates, AG and Spakulov{\'a}, I and Dove, I and Mealor, A}, - year={2019} + year={2019}, + url={https://www.ons.gov.uk/methodology/methodologicalpublications/generalmethodology/onsworkingpaperseries/onsmethodologyworkingpaperseriesnumber16syntheticdatapilot}, + urldate={2024-08-12} } @inproceedings{dwork2006differential, @@ -10,14 +12,16 @@ @inproceedings{dwork2006differential booktitle={International colloquium on automata, languages, and programming}, pages={1--12}, year={2006}, - organization={Springer} + organization={Springer}, + doi={10.1007/11787006_1} } -@book{dewolf2012statistical, +@book{hundepool2012statistical, title={Statistical disclosure control}, - author={de Wolf, Peter-Paul}, + author={Hundepool, Anco and Domingo-Ferrer, Josep and Franconi, Luisa and Giessing, Sarah and Nordholt, Eric Schulte and Spicer, Keith and De Wolf, Peter-Paul}, year={2012}, - publisher={Wiley \& Sons, Chichester} + publisher={Wiley \& Sons, Chichester}, + doi={10.1002/9781118348239} } @article{sweeney2002k, @@ -28,22 +32,17 @@ @article{sweeney2002k number={05}, pages={557--570}, year={2002}, - publisher={World Scientific} + publisher={World Scientific}, + doi={10.1142/S0218488502001648} } @misc{bond2015guidelines, - title={Guidelines for Output Checking. Eurostat}, + title={Guidelines for the checking of output based on microdata research}, + publisher={Eurostat}, author={Bond, S and Brandt, M and de Wolf, PP}, - year={2015} -} - -@article{dwork2010differential, - title={Differential privacy for statistics: What we know and what we want to learn}, - author={Dwork, Cynthia and Smith, Adam}, - journal={Journal of Privacy and Confidentiality}, - volume={1}, - number={2}, - year={2010} + year={2015}, + url={https://web.archive.org/web/20160408145718/http://dwbproject.org/export/sites/default/about/public_deliveraples/dwb_d11-8_synthetic-data_cta-ecta_output-checking-guidelines_final-reports.zip}, + urldate={2024-08-12} } @book{hastie2009elements, @@ -51,16 +50,8 @@ @book{hastie2009elements author={Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome H and Friedman, Jerome H}, volume={2}, year={2009}, - publisher={Springer} -} - -@inproceedings{akaike1973information, - title={Information theory and an extension of the maximum likelihood principle}, - author={Akaike, H}, - booktitle={2nd International Symposium on Information Theory}, - pages={267--281}, - year={1973}, - organization={Akad{\'e}miai Kiad{\'o} Location Budapest, Hungary} + publisher={Springer}, + doi={10.1007/978-0-387-84858-7} } @article{neath2012bayesian, @@ -71,8 +62,10 @@ @article{neath2012bayesian number={2}, pages={199--203}, year={2012}, - publisher={Wiley Online Library} + publisher={Wiley Online Library}, + doi={10.1002/wics.199} } + @software{vink2024polars, author = {Ritchie Vink and Stijn de Gooijer and @@ -131,7 +124,8 @@ @article{nowok2016synthpop journal={Journal of statistical software}, volume={74}, pages={1--26}, - year={2016} + year={2016}, + doi={10.18637/jss.v074.i11} } @article{templ2017simulation, @@ -142,7 +136,8 @@ @article{templ2017simulation number={10}, pages={1--38}, year={2017}, - publisher={UCLA, Dept. of Statistics} + publisher={UCLA, Dept. of Statistics}, + doi={10.18637/jss.v079.i10} } @inproceedings{ping2017datasynthesizer, @@ -150,12 +145,14 @@ @inproceedings{ping2017datasynthesizer author={Ping, Haoyue and Stoyanovich, Julia and Howe, Bill}, booktitle={Proceedings of the 29th International Conference on Scientific and Statistical Database Management}, pages={1--5}, - year={2017} + year={2017}, + doi={10.1145/3085504.3091117} } @article{vankesteren2024democratize, title={To democratize research with sensitive data, we should make synthetic data more accessible}, author={{van Kesteren}, Erik-Jan}, journal={arXiv preprint arXiv:2404.17271}, - year={2024} + year={2024}, + doi={10.48550/arXiv.2404.17271} } \ No newline at end of file diff --git a/docs/paper/paper.md b/docs/paper/paper.md index b02fcff7..2cd0758e 100644 --- a/docs/paper/paper.md +++ b/docs/paper/paper.md @@ -29,38 +29,34 @@ bibliography: paper.bib --- # Summary -Synthetic data is a promising tool for improving the accessibility of datasets that are otherwise too sensitive to be shared publicly. To this end, we introduce `metasyn`, a Python package for generating synthetic data from tabular datasets. Unlike existing synthetic data generation software, `metasyn` is built on a simple generative model with a "naΓ―ve" marginal independence assumption --- an explicit choice that removes multivariate information from the synthetic data. It makes this trade-off in order to maintain transparency and auditability, to keep information leakage to a minimum, and even to enable privacy or disclosure risk guarantees through a plug-in system. While the analytical validity of the generated data is thus intentionally limited, its potential uses are broad, including exploratory analyses, code development and testing, and external communication and teaching [@vankesteren2024democratize]. `Metasyn` is flexible, scalable, and easily extended to meet diverse privacy needs. +Synthetic data is a promising tool for improving the accessibility of datasets which are too sensitive to be shared publicly. To this end, we introduce `metasyn`, a Python package for generating synthetic data from tabular datasets. Unlike existing synthetic data generation software, `metasyn` is built on a simple generative model that omits multivariate information. This choice enables transparency and auditability, keeps information leakage to a minimum, and enables privacy guarantees through a plug-in system. While the analytical validity of the generated data is thus intentionally limited, its potential uses are broad, including exploratory analyses, code development and testing, and external communication and teaching [@vankesteren2024democratize]. ![Logo of the `metasyn` project.](img/logo.svg) # Statement of need -`Metasyn` is a python package for generating synthetic data with a focus on privacy and disclosure control. It is aimed at owners of sensitive datasets such as public organisations, research groups, and individual researchers who want to improve the accessibility of their data for research and reproducibility by others. The goal of `metasyn` is to make it easy for data owners to share the structure and an approximation of the content of their data with others while keeping privacy concerns to a minimum. +`Metasyn` is aimed at owners of sensitive datasets such as public organisations, research groups, and individual researchers who want to improve the accessibility of their data for research and reproducibility by others. The goal of `metasyn` is to make it easy for data owners to share the structure and an approximation of the content of their data with others while keeping privacy concerns to a minimum. -With this goal in mind, `metasyn` distinguishes itself from existing software for generating synthetic data [e.g., @nowok2016synthpop; @templ2017simulation; @ping2017datasynthesizer] by strictly limiting the statistical information from the real data in the produced synthetic data. This choice enables the software to generate synthetic data with __privacy and disclosure guarantees__ through a plug-in system. Moreover, our system provides an __auditable and editable intermediate representation__ in the form of a human- and machine-readable `.json` metadata file from which new data can be synthesized. +With this goal in mind, `metasyn` distinguishes itself from existing software for generating synthetic data [e.g., @nowok2016synthpop; @templ2017simulation; @ping2017datasynthesizer] by strictly limiting the statistical information from the real data in the synthetic data. `Metasyn` explicitly avoids generating synthetic data with high analytical validity; instead, the synthetic data has realistic structure and plausible values, but multivariate relations are omitted ("augmented plausible synthetic data"; [@bates2019ons]). Moreover, our system provides an __auditable and editable intermediate representation__ in the form of a `.json` metadata file from which new data can be synthesized. -Through our focus on privacy and transparency, `metasyn` explicitly avoids generating synthetic data with high analytical validity. The data generated by our system is realistic in terms of data structure and plausible in terms of values for each variable --- the "augmented plausible" category of synthetic data [@bates2019ons] --- but multivariate relations or conditional patterns not learnt from the real data. This has implications for how this synthetic data can be used: not for statistical analysis and inference, but rather for initial exploration, analysis script development, and communication outside the data owner's institution. In the intended use case, an external researcher can make use of the synthetic data to assess the feasibility of their intended research before making the (often time-consuming) step of requesting access to the sensitive source data for the final analysis. - -As mentioned before, the privacy capacities of `metasyn` are extensible through a plug-in system, recognizing that different data owners have different needs and definitions of privacy. A data owner can define under which conditions they would accept open distribution of their synthetic data --- be it based on differential privacy [@dwork2006differential], statistical disclosure control [@dewolf2012statistical], k-anonymity [@sweeney2002k], or another specific definition of privacy. As part of the initial release of `metasyn`, we publish a plugin following the disclosure control guidelines from Eurostat [@bond2015guidelines]. +These choices enable the software to generate synthetic data with __privacy and disclosure guarantees__ through a plug-in system, recognizing that different data owners have different needs and definitions of privacy. A data owner can define under which conditions they would accept open distribution of their synthetic data --- be it based on differential privacy [@dwork2006differential], statistical disclosure control [@hundepool2012statistical], k-anonymity [@sweeney2002k], or another specific definition of privacy. As part of the initial release of `metasyn`, we publish a [plug-in](https://github.com/sodascience/metasyn-disclosure-control) following the disclosure control guidelines from Eurostat [@bond2015guidelines]. # Software features -At its core, `metasyn` is designed for three functions, which are briefly described in this section: +At its core, `metasyn` has three main functions: -1. __Estimation__: Automatically select univariate distributions and fit them to a properly formatted tabular dataset, optionally with additional privacy guarantees. +1. __Estimation__: Fit a generative model to a properly formatted tabular dataset, optionally with privacy guarantees. 2. __(De)serialization__: Create an intermediate representation of the fitted model for auditing, editing, and exporting. -3. __Generation__: Generate new synthetic datasets based on the fitted model or its serialized representation. +3. __Generation__: Synthesize new datasets based on a fitted model. ## Estimation -The generative model for multivariate datasets in `metasyn` makes the simplifying assumption of marginal independence: each column is considered separately, just as is done in e.g., naΓ―ve Bayes classifiers [@hastie2009elements]. Formally, this leads to the following generative model for the $K$-variate data $\mathbf{x}$: +The generative model in `metasyn` makes the assumption of marginal independence: each column is considered separately, similar to naΓ―ve Bayes classifiers [@hastie2009elements]. Some key advantages of this naΓ―ve approach are transparency and explainability, flexibility in handling mixed data types, and computational scalability to high-dimensional datasets. Formally, the generative model for $K$-variate data $\mathbf{x}$ is: \begin{equation} \label{eq:model} p(\mathbf{x}) = \prod_{k = 1}^K p(x_k) \end{equation} -There are many advantages to this naΓ―ve approach when compared to more advanced generative models: it is transparent and explainable, it is able to flexibly handle data of mixed types, and it is computationally scalable to high-dimensional datasets. As mentioned before, the tradeoff is the limited analytical validity when the independence assumption does not hold: in the synthetic data, the expected value of correlations, regression parameters, and other measures of association is 0. - -Model estimation starts with an appropriately pre-processed data frame. For `metasyn`, this means the data frame is tidy [@wickham2014tidy], each column has the correct data type, and missing data are represented by a missing value. Internally, our software uses the `polars` data frame library [@vink2024polars], as it is performant, has consistent data types, and natively supports missing data (i.e., `null` values). A simple example source table could look like this (note that categorical data has the appropriate `cat` data type, not `str`): +Model estimation starts with an appropriately pre-processed data frame, meaning it is tidy [@wickham2014tidy], each column has the correct data type, and missing data are represented by a missing value. Internally, our software uses the `polars` data frame library [@vink2024polars], as it is performant, has consistent data types, and natively supports missing data (i.e., `null` values). An example source table is printed below (NB: categorical data are appropriately encoded as `cat`, not `str`): ``` β”Œβ”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” @@ -76,54 +72,29 @@ Model estimation starts with an appropriately pre-processed data frame. For `met β””β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` -For each data type supported by `metasyn`, there is a set of candidate distributions that can be fitted to that data type (see Table \autoref{tbl:dist}). To estimate the generative model of Equation \autoref{eq:model}, for each variable the software fits all compatible candidate distributions --- by default with maximum likelihood estimation --- and then selects the one with the lowest BIC [@neath2012bayesian]. For distributions where this is not possible, such as those for the string data type, a pseudo-BIC is created that trades off fit and complexity of the underlying models. +For each data type, a set of candidate distributions is fitted (see \autoref{tbl:dist}), and then `metasyn` selects the one with the lowest BIC [@neath2012bayesian]. For distributions where BIC computation is impossible (e.g., for the string data type) a pseudo-BIC is created that trades off fit and complexity of the underlying models. Table: \label{tbl:dist} Candidate distributions associated with data types in the core `metasyn` package. -| Variable type | Example | Candidate distributions | -| :------------ | :--------------------- | :----------------------------------------------------------------- | -| categorical | yes/no, country | Categorical (Multinoulli), Constant | -| continuous | 1.0, 2.1, ... | Uniform, Normal, LogNormal, TruncatedNormal, Exponential, Constant | -| discrete | 1, 2, ... | Poisson, Uniform, Normal, TruncatedNormal, Categorical, Constant | -| string | A108, C122, some words | Regex, Categorical, Faker, FreeText, Constant | -| date/time | 2021-01-13, 01:40:12 | Uniform, Constant | +| Data type | Candidate distributions | +| :---------- | :----------------------------------------------------------------- | +| Categorical | Categorical, Constant | +| Continuous | Uniform, Normal, LogNormal, TruncatedNormal, Exponential, Constant | +| Discrete | Poisson, Uniform, Normal, TruncatedNormal, Categorical, Constant | +| String | Regex, Categorical, Faker, FreeText, Constant | +| Date/time | Uniform, Constant | -From this table, the string distributions deserve special attention as they are not commonly encountered as probability distributions. Regex (regular expression) inference is performed on structured strings using the companion package [RegexModel](https://pypi.org/project/regexmodel/). It is able to automatically detect structure such as room numbers (A108, C122, B109), e-mail addresses, websites, and more, which it summarizes using a probabilistic variant of regular expressions. Another option, should Regex inference fail for lack of structure, is to detect the language (using [lingua](https://pypi.org/project/lingua-language-detector/)) and randomly pick words from that language. We call this approach FreeText. The final alternative is for the data owner to specify that a certain variable should be synthesized using the popular [Faker](https://pypi.org/project/Faker/) package, which can generate specific data types such as localized addresses. +From this table, the string distributions deserve special attention as they are not common probability distributions. The regex (regular expression) distribution uses the package [`regexmodel`](https://pypi.org/project/regexmodel/) to automatically detect structure such as room numbers (A108, C122, B109), e-mail addresses, or websites. The FreeText distribution detects the language (using [lingua](https://pypi.org/project/lingua-language-detector/)) and randomly picks words from that language. The [Faker](https://pypi.org/project/Faker/) distribution can generate specific data types such as localized names and addresses pre-specified by the user. Generative model estimation with `metasyn` can be performed as follows: ```python -from metasyn import MetaFrame, VarSpec - -# "ID" column is the primary key, -# thus should generate unique values. -# "B" column is not, despite unique -# values in the dataframe -specs = [ - VarSpec("ID", unique=True), - VarSpec("B", unique=False), -] - -# create metaframe -mf = MetaFrame.fit_dataframe(df, var_specs=specs) +from metasyn import MetaFrame +mf = MetaFrame.fit_dataframe(df) ``` ## Serialization and deserialization -After a fitted model object is created, `metasyn` allows it to be transparently stored in a human- and machine-readable `.json` file. This file can be considered as metadata: it contains dataset-level descriptive information as well as variable-level information. The metadata format has a specific structure, which we call the `generative metadata format`, or `gmf`. The header contains the following dataset-level information: - -```json -"n_rows": 5, -"n_columns": 5, -"provenance": { - "created by": { - "name": "metasyn", - "version": "1.0.1" - }, - "creation time": "2024-08-07T12:20:36.022017" -} -``` - -Then, for each variable the `gmf` file contains information the name, the data type, the proportion of missing values, and the distribution fitted on the data. For example, a table column containing different types of fruits could result in the following `.json`: +After fitting a model, `metasyn` can transparently store it in a human- and machine-readable `.json` metadata file. This file contains dataset-level descriptive information as well as the following variable-level information: ```json { @@ -146,39 +117,24 @@ Then, for each variable the `gmf` file contains information the name, the data t } ``` -There are several advantages to creating such a serialized representation. First, it can be audited: the data owner can see exactly what information from the real data is made public through exporting the synthetic data, namely, the parameters of the distribution. Second, the file can be edited. For example, if a data owner thinks some of the labels of the "fruit" column contain sensitive information, these can simply be pseudonymized in the metadata file. Third, after exporting this file, an unlimited number of synthetic records can be created without incurring additional privacy risks, because the original data is no longer part of the synthetization process. - - -Serialization and deserialization with `metasyn` can be performed as follows: +This `.json` can be manually audited, edited, and after exporting this file, an unlimited number of synthetic records can be created without incurring additional privacy risks. Serialization and deserialization with `metasyn` can be performed as follows: ```python -# write a fitted MetaFrame to json -mf.export("fruits_gmf.json") - -# then, audit and export json from secure environment - -# outside the secure environment, load json into MetaFrame -mf_out = MetaFrame.from_json("fruits_gmf.json") +mf.export("fruits.json") +mf_new = MetaFrame.from_json("fruits.json") ``` ## Data generation -After creating the fitted model object, either from the original data or by deserializing a model object from a `.json` file, new data can be generated by the object. For each variable in the model object, the software randomly samples from the fitted distribution to create a synthetic version of the data. Data generation (or synthetization) in `metasyn` can be performed as follows: +For each variable in a `MetaFrame` object, `metasyn` can randomly sample synthetic datapoints. Data generation (or synthetization) in `metasyn` can be performed as follows: ```python -from metasyn import MetaFrame - -# load json into a metadataset object -mf = MetaFrame.from_json("metasyn_example.json") - -# create a fake dataset -df_syn = mf.synthesize(10) +df_syn = mf.synthesize(3) ``` -This may result in the following `polars` data frame[^1]. Note that missing values in the `optional` column are appropriately reproduced as well, courtesy of the "prop_missing" entry in the metadata format. +This may result in the following data frame. Note that missing values in the `optional` column are appropriately reproduced as well. ``` -shape: (10, 5) β”Œβ”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ ID ┆ fruits ┆ B ┆ cars ┆ optional β”‚ β”‚ --- ┆ --- ┆ --- ┆ --- ┆ --- β”‚ @@ -186,39 +142,24 @@ shape: (10, 5) β•žβ•β•β•β•β•β•ͺ════════β•ͺ═════β•ͺ════════β•ͺ══════════║ β”‚ 1 ┆ banana ┆ 4 ┆ beetle ┆ null β”‚ β”‚ 2 ┆ banana ┆ 3 ┆ audi ┆ null β”‚ -β”‚ 3 ┆ banana ┆ 1 ┆ beetle ┆ 223 β”‚ -β”‚ 4 ┆ banana ┆ 0 ┆ beetle ┆ 258 β”‚ -β”‚ … ┆ … ┆ … ┆ … ┆ … β”‚ -β”‚ 7 ┆ banana ┆ 3 ┆ beetle ┆ 298 β”‚ -β”‚ 8 ┆ banana ┆ 2 ┆ beetle ┆ 67 β”‚ -β”‚ 9 ┆ banana ┆ 4 ┆ beetle ┆ -30 β”‚ -β”‚ 10 ┆ banana ┆ 2 ┆ beetle ┆ 172 β”‚ +β”‚ 3 ┆ banana ┆ 2 ┆ beetle ┆ 172 β”‚ β””β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` -[^1]: This `polars` dataframe can be easily converted to a `pandas` dataframe using `df_syn.to_pandas()` - # Plug-ins and automatic privacy -In addition to the core features described above, the `metasyn` package allows for plug-ins: add-on packages that alter the behaviour of the parameter estimation. Through this system, privacy guarantees can be built into `metasyn` ([privacy plugin template](https://github.com/sodascience/metasyn-privacy-template)) and additional distributions can be supported ([distribution plugin template](https://github.com/sodascience/metasyn-distribution-template)). For example, a plugin package called [`metasyn-disclosure-control`](https://github.com/sodascience/metasyn-disclosure-control) implements the disclosure control output guidelines from Eurostat [@bond2015guidelines] by re-implementing the `fit()` method of the candidate distributions shown in Table \autoref{tbl:dist} to include a micro-aggregation step. In this way, information transfer from the sensitive real data to the synthetic public data can be further reduced. - -This plug-in system is user-friendly: the user only needs to `pip install` the package and then `metasyn` can automatically find it to make the methods accessible: +The `metasyn` package also allows for plug-ins: packages that alter the distribution fitting behaviour. Through this system, privacy guarantees can be built into `metasyn` ([privacy plug-in template](https://github.com/sodascience/metasyn-privacy-template)) and additional distributions can be supported ([distribution plug-in template](https://github.com/sodascience/metasyn-distribution-template)). The [`metasyn-disclosure-control`](https://github.com/sodascience/metasyn-disclosure-control) plug-in implements output guidelines from Eurostat [@bond2015guidelines] by including micro-aggregation. In this way, information transfer from the sensitive real data to the synthetic public data can be further limited. Disclosure control is performed as follows: ```python -from metasyn import MetaDataset +from metasyn import MetaFrame from metasyncontrib.disclosure import DisclosurePrivacy mf = MetaFrame.fit_dataframe(df, privacy=DisclosurePrivacy()) ``` -# Conclusion -Synthetic data is a valuable tool for communicating about sensitive datasets. In this work, we have presented the software `metasyn`, which allows data owners to generate a synthetic version of their sensitive tabular data with a focus on privacy and transparency. Unlike existing tools for generating synthetic data, we choose to aim for low analytic validity to enable strong privacy guarantees: the underlying model makes a simplifying independence assumption, resulting in few parameters and thus a very limited information transfer. This approach additionally allows for disclosure guarantees through a plug-in system. - -Further documentation and examples can be found on [metasyn.readthedocs.io](https://metasyn.readthedocs.io/). - # Acknowledgements This research was conducted in whole or in part using ODISSEI, the Open Data Infrastructure for Social Science and Economic Innovations (https://ror.org/03m8v6t10) -The `metasyn` project is supported by the FAIR Research IT Innovation Fund of Utrecht University (March 2023) +`metasyn` was supported by the Utrecht University FAIR Research IT Innovation Fund (March 2023) # References \ No newline at end of file diff --git a/docs/paper/paper.pdf b/docs/paper/paper.pdf index af7cf901..d5c6ea79 100644 Binary files a/docs/paper/paper.pdf and b/docs/paper/paper.pdf differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 2814bee9..b1575295 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ # The full version, including alpha/beta/rc tags -release = '1.0.2' +release = '1.0.3' # -- General configuration --------------------------------------------------- diff --git a/docs/source/usage/cli.rst b/docs/source/usage/cli.rst index 889df3b8..e002192a 100644 --- a/docs/source/usage/cli.rst +++ b/docs/source/usage/cli.rst @@ -58,13 +58,13 @@ Here's how you can use Docker to access Metasyn's CLI: The ``metasyn`` CLI should now be up and running within the Docker container and ready for use! .. note:: - You can also specify which ``metasyn`` version to use in docker, by adding a tag to the docker image. For example, to use version 1.0.2, you can use the following command: + You can also specify which ``metasyn`` version to use in docker, by adding a tag to the docker image. For example, to use version 1.0.3, you can use the following command: .. tab:: Installing a specific version .. code-block:: console - docker pull sodateam/metasyn:v1.0.2 + docker pull sodateam/metasyn:v1.0.3 .. tab:: Using a command on a specific version @@ -72,13 +72,13 @@ The ``metasyn`` CLI should now be up and running within the Docker container and .. code-block:: console - docker run -v %cd%:/wd sodateam/metasyn:v1.0.2 --help + docker run -v %cd%:/wd sodateam/metasyn:v1.0.3 --help .. tab:: Unix or MacOS: .. code-block:: console - docker run -v $(pwd):/wd sodateam/metasyn:v1.0.2 --help + docker run -v $(pwd):/wd sodateam/metasyn:v1.0.3 --help Creating Generative Metadata diff --git a/metasyn/demo/dataset.py b/metasyn/demo/dataset.py index 806de0e6..cb203071 100644 --- a/metasyn/demo/dataset.py +++ b/metasyn/demo/dataset.py @@ -71,11 +71,11 @@ def demo_file(name: str = "titanic") -> Path: """Get the path for a demo data file. - There are three options: + There are four options: - titanic (Included in pandas, but post-processed to contain more columns) - spaceship (CC-BY from https://www.kaggle.com/competitions/spaceship-titanic) - fruit (very basic example data from Polars) - + - survey (columns from ESS round 11 Human Values Scale questionnaire for the Netherlands) Arguments --------- name: @@ -85,6 +85,12 @@ def demo_file(name: str = "titanic") -> Path: ------- Path to the dataset. + References + ---------- + European Social Survey European Research Infrastructure (ESS ERIC). (2024). ESS11 integrated + file, edition 1.0 [Data set]. Sikt - Norwegian Agency for Shared Services in Education and + Research. https://doi.org/10.21338/ess11e01_0 + """ if name == "titanic": return files(__package__) / "demo_titanic.csv" @@ -92,19 +98,22 @@ def demo_file(name: str = "titanic") -> Path: return files(__package__) / "demo_spaceship.csv" if name == "fruit": return files(__package__) / "demo_fruit.csv" + if name == "survey": + return files(__package__) / "demo_survey.csv" raise ValueError( - f"No demonstration dataset with name '{name}'. Options: titanic, spaceship, fruit." + f"No demonstration dataset with name '{name}'. Options: titanic, spaceship, fruit, survey." ) def demo_dataframe(name: str = "titanic") -> pl.DataFrame: """Get a demonstration dataset as a prepared polars dataframe. - There are three options: + There are four options: - titanic (Included in pandas, but post-processed to contain more columns) - spaceship (CC-BY from https://www.kaggle.com/competitions/spaceship-titanic) - fruit (very basic example data from Polars) + - survey (columns from ESS round 11 Human Values Scale questionnaire for the Netherlands) Arguments --------- @@ -115,6 +124,12 @@ def demo_dataframe(name: str = "titanic") -> pl.DataFrame: ------- Polars dataframe with correct column types + References + ---------- + European Social Survey European Research Infrastructure (ESS ERIC). (2024). ESS11 integrated + file, edition 1.0 [Data set]. Sikt - Norwegian Agency for Shared Services in Education and + Research. https://doi.org/10.21338/ess11e01_0 + """ file_path = demo_file(name=name) if name == "spaceship": @@ -126,9 +141,7 @@ def demo_dataframe(name: str = "titanic") -> pl.DataFrame: "Destination": pl.Categorical, "Transported": pl.Categorical, } - return pl.read_csv( - file_path, schema_overrides=data_types, try_parse_dates=True - ) + return pl.read_csv(file_path, schema_overrides=data_types, try_parse_dates=True) if name == "titanic": # our edited titanic data data_types = {"Sex": pl.Categorical, "Embarked": pl.Categorical} @@ -137,6 +150,8 @@ def demo_dataframe(name: str = "titanic") -> pl.DataFrame: # basic fruit data from polars example data_types = {"fruits": pl.Categorical, "cars": pl.Categorical} return pl.read_csv(file_path, schema_overrides=data_types) + if name == "survey": + return pl.read_csv(file_path) raise ValueError( f"No demonstration dataset with name '{name}'. Options: titanic, spaceship, fruit." diff --git a/metasyn/demo/demo_survey.csv b/metasyn/demo/demo_survey.csv new file mode 100644 index 00000000..f67e2bea --- /dev/null +++ b/metasyn/demo/demo_survey.csv @@ -0,0 +1,1696 @@ +proddate,dweight,ipcrtiva,impricha,ipeqopta,ipshabta,impsafea,impdiffa,ipfrulea,ipudrsta,ipmodsta,ipgdtima,impfreea,iphlppla,ipsucesa,ipstrgva,ipadvnta,ipbhprpa,iprspota,iplylfra,impenva,imptrada,impfuna +2024-06-20,1.0081737,5,2,2,3,2,4,2,2,2,3,2,3,2,2,4,2,3,2,2,3,2 +2024-06-20,0.9528661,3,3,3,3,3,3,2,2,2,2,3,2,4,2,3,3,4,2,2,3,2 +2024-06-20,0.9895682,2,3,1,3,2,1,2,2,3,2,2,2,3,2,3,2,4,1,1,5,2 +2024-06-20,0.9874631,2,4,2,5,3,6,3,3,1,2,1,1,1,1,5,2,3,1,2,3,2 +2024-06-20,1.0238738,2,5,2,5,4,5,5,3,2,2,2,2,5,2,5,2,5,2,2,2,2 +2024-06-20,1.0318297,2,5,3,3,2,2,5,5,6,5,1,2,4,3,4,3,3,4,3,2,3 +2024-06-20,0.99584943,1,4,2,2,1,1,3,2,3,3,2,1,3,3,4,3,2,1,2,3,2 +2024-06-20,0.9857699,4,6,3,5,3,3,2,2,3,3,2,1,5,2,6,2,3,1,3,2,2 +2024-06-20,1.0419323,3,6,1,5,5,4,5,2,3,2,2,3,6,4,4,5,5,1,2,5,2 +2024-06-20,1.0127593,2,4,2,5,1,5,1,2,4,2,2,5,4,1,4,2,2,3,2,4,4 +2024-06-20,0.9857699,2,5,2,5,4,2,5,2,3,5,2,2,5,2,3,5,2,2,3,5,2 +2024-06-20,0.9942842,3,3,2,3,2,4,4,3,3,2,1,1,3,2,4,3,3,1,4,1,1 +2024-06-20,1.0053298,4,6,2,4,3,5,5,4,3,5,4,2,4,5,5,2,3,4,3,3,5 +2024-06-20,1.0134096,4,3,2,5,2,4,5,1,3,2,3,2,2,3,4,1,2,1,3,4,3 +2024-06-20,1.0134096,3,2,1,4,1,5,2,2,1,5,2,3,2,2,4,2,1,1,3,5,6 +2024-06-20,1.0238738,3,6,2,5,2,3,3,2,4,5,1,3,5,3,5,2,5,2,1,4,2 +2024-06-20,1.0127593,3,5,2,3,4,5,2,2,2,4,2,2,3,4,5,3,3,2,3,3,2 +2024-06-20,1.0143288,2,5,2,2,2,2,5,2,2,3,2,2,2,4,4,2,2,2,2,5,2 +2024-06-20,1.0318297,3,6,1,6,2,5,3,2,1,4,2,1,5,3,5,4,3,1,2,2,3 +2024-06-20,1.0081737,3,4,2,3,2,4,3,2,2,3,2,2,4,2,4,3,3,2,2,3,3 +2024-06-20,1.0134096,3,3,2,1,2,2,2,1,3,2,2,1,1,3,2,4,3,2,2,4,4 +2024-06-20,1.0222778,1,5,2,3,3,3,3,2,1,3,3,1,3,4,3,3,3,1,3,3,2 +2024-06-20,1.0238738,1,5,2,3,1,1,2,2,1,2,1,1,3,2,5,1,1,1,2,2,3 +2024-06-20,1.0134096,2,3,1,3,3,4,2,2,2,3,1,2,2,3,4,3,2,2,1,4,3 +2024-06-20,1.0238738,2,5,3,3,2,3,5,4,4,6,1,3,3,4,5,5,5,2,2,2,2 +2024-06-20,1.051896,,,,,,,,,,,,,,,,,,,,, +2024-06-20,1.0127593,3,5,1,3,2,3,4,3,3,2,2,2,4,2,5,2,2,2,2,2,2 +2024-06-20,1.0559736,3,4,1,3,2,2,3,1,2,3,2,1,3,3,4,2,4,1,5,2,3 +2024-06-20,0.98636466,4,4,2,4,3,3,3,3,2,3,1,2,2,3,3,2,3,2,2,2,2 +2024-06-20,0.9874631,2,5,1,4,1,4,2,2,2,4,2,2,5,2,5,2,4,2,1,4,3 +2024-06-20,0.9895682,3,5,2,5,3,3,4,3,4,5,2,3,4,5,5,4,4,3,2,4,3 +2024-06-20,1.0102389,4,6,2,5,5,3,5,2,4,2,2,2,6,6,4,4,5,2,2,3,2 +2024-06-20,0.9492825,5,5,2,5,4,6,5,3,1,2,3,2,5,3,6,2,4,1,1,5,2 +2024-06-20,0.93703866,4,6,3,6,2,3,3,2,2,4,4,2,6,4,6,2,6,3,2,2,4 +2024-06-20,1.0143288,2,5,2,3,2,1,3,4,4,2,1,3,2,3,5,4,2,1,1,1,1 +2024-06-20,0.9474674,1,6,1,2,5,2,5,2,5,3,2,4,3,3,2,5,3,2,2,5,2 +2024-06-20,0.9937498,3,6,1,1,5,3,1,1,1,6,5,1,2,1,6,1,3,1,2,1,1 +2024-06-20,0.9384855,4,4,3,4,4,4,5,2,3,4,3,2,5,3,4,3,4,4,3,4,3 +2024-06-20,1.0053298,3,3,2,5,2,4,3,1,2,1,2,2,4,2,5,2,4,1,1,2,3 +2024-06-20,0.99584943,3,4,3,3,3,3,2,2,3,2,2,2,3,4,3,2,2,2,2,3,2 +2024-06-20,1.0196493,2,5,2,3,2,2,2,2,2,3,2,2,2,2,3,3,4,2,2,2,2 +2024-06-20,0.92712563,1,5,2,3,3,1,5,1,6,2,2,1,3,4,3,5,6,1,2,1,2 +2024-06-20,0.996883,2,5,2,4,4,2,2,2,4,3,2,3,3,2,3,3,2,1,1,3,3 +2024-06-20,1.0419323,2,4,2,3,3,4,5,3,4,3,1,2,3,3,4,3,3,1,1,3,3 +2024-06-20,0.9492825,3,6,1,3,4,2,3,2,2,4,3,2,4,4,2,3,4,2,2,4,2 +2024-06-20,1.0035002,2,4,3,2,4,2,2,3,3,2,1,2,3,2,2,4,3,3,2,3,1 +2024-06-20,0.996883,3,4,2,4,4,3,2,2,2,3,3,2,4,2,4,2,2,2,2,1,4 +2024-06-20,0.92712563,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.9384855,2,5,1,1,1,3,5,1,3,2,1,1,3,3,1,3,4,1,1,3,1 +2024-06-20,1.0422887,2,5,1,4,2,3,6,1,2,3,1,1,4,4,3,5,5,3,2,5,2 +2024-06-20,1.0127593,5,6,3,2,1,3,3,2,3,2,2,2,5,2,4,2,5,5,3,2,4 +2024-06-20,1.0143288,2,5,2,5,3,5,3,3,4,3,1,1,5,3,4,5,5,1,3,5,3 +2024-06-20,0.9857699,2,3,2,4,4,2,5,2,4,2,1,3,3,3,3,4,4,2,2,3,2 +2024-06-20,0.9857699,1,5,1,5,5,3,4,3,6,3,1,3,4,3,3,4,4,2,2,4,3 +2024-06-20,0.926864,2,5,2,2,2,2,3,2,2,5,3,2,2,3,3,6,5,3,2,3,5 +2024-06-20,1.0142426,1,3,1,2,2,4,2,2,3,4,2,2,4,3,5,3,3,2,2,3,4 +2024-06-20,1.0127593,3,4,1,3,2,2,3,2,2,2,1,2,3,1,3,1,3,1,2,2,2 +2024-06-20,0.996883,1,3,2,3,3,2,3,5,3,2,2,1,3,1,2,4,3,1,1,3,2 +2024-06-20,1.0419323,3,4,2,4,3,4,3,2,3,3,3,3,4,3,4,3,5,2,3,2,3 +2024-06-20,0.99584943,1,6,1,2,2,3,4,1,5,3,2,2,2,2,4,1,2,1,2,2,2 +2024-06-20,1.0318297,4,4,3,4,3,3,3,5,3,3,3,3,4,3,4,5,3,3,3,3,2 +2024-06-20,0.9895682,1,4,3,5,3,4,4,2,3,3,2,3,4,3,4,4,3,2,2,3,2 +2024-06-20,0.9492825,4,3,3,2,4,3,3,2,2,3,3,2,3,4,3,5,3,2,2,3,2 +2024-06-20,0.98657596,2,3,2,2,2,3,3,2,3,2,2,2,3,3,3,3,2,2,3,2,2 +2024-06-20,1.0053298,3,4,2,4,2,5,2,3,3,4,2,3,3,2,4,3,3,3,4,2,2 +2024-06-20,0.9874631,2,6,2,5,3,3,3,1,3,3,2,1,5,3,4,3,4,1,2,4,2 +2024-06-20,1.0142426,3,5,2,3,1,5,2,3,3,2,2,2,3,2,5,1,2,2,3,2,1 +2024-06-20,0.9384855,3,5,1,4,3,4,4,2,2,3,2,2,4,3,5,3,5,2,2,4,3 +2024-06-20,1.0726442,1,2,1,3,2,1,3,1,2,2,1,1,1,1,1,2,3,1,1,4,3 +2024-06-20,1.0053298,3,4,2,4,2,3,3,2,4,3,1,1,3,2,2,2,2,2,4,3,2 +2024-06-20,1.0127593,3,6,2,6,2,2,3,1,1,5,1,1,5,5,3,2,5,1,3,2,2 +2024-06-20,1.0053298,4,4,2,5,3,4,2,2,2,4,2,2,3,4,4,2,4,1,1,4,4 +2024-06-20,1.0196493,1,4,2,3,2,1,2,1,2,1,1,1,3,3,5,1,2,1,2,1,1 +2024-06-20,0.9873727,1,5,1,2,1,3,4,2,3,2,2,1,2,2,2,2,4,2,2,3,1 +2024-06-20,1.0127593,3,5,2,2,2,3,4,3,3,3,4,3,4,2,4,2,2,3,2,4,3 +2024-06-20,0.9942842,2,3,2,4,4,4,4,2,3,4,2,2,4,2,4,2,3,2,2,2,2 +2024-06-20,0.96936256,2,5,1,2,3,3,4,2,2,2,3,1,4,5,2,4,4,1,2,4,1 +2024-06-20,1.0196493,3,6,1,5,5,5,2,1,1,5,1,1,5,3,4,1,4,1,2,2,2 +2024-06-20,0.9528661,3,4,1,3,4,2,5,2,3,2,2,3,3,5,3,4,4,2,2,2,3 +2024-06-20,0.9895682,2,3,1,3,2,2,5,2,3,2,1,2,3,3,3,3,4,2,2,4,2 +2024-06-20,1.0134096,2,5,3,2,2,5,3,3,1,2,1,3,4,3,5,3,4,3,3,2,3 +2024-06-20,1.051896,4,2,3,2,2,3,3,3,4,2,2,2,3,3,3,3,1,1,3,3,2 +2024-06-20,0.99584943,1,4,2,3,2,2,5,2,3,2,2,2,4,3,3,4,2,2,2,4,3 +2024-06-20,1.0419323,1,4,2,2,2,2,3,2,3,2,1,2,3,4,3,3,2,2,2,2,2 +2024-06-20,0.9474674,4,6,1,4,3,5,2,3,1,2,3,3,6,2,6,2,6,3,2,2,2 +2024-06-20,0.996883,3,4,5,3,2,2,5,4,3,,3,2,3,2,5,3,2,4,3,2,3 +2024-06-20,1.0007535,1,2,1,2,1,3,3,1,1,2,2,2,2,1,4,1,2,1,1,3,4 +2024-06-20,1.0007535,1,5,1,4,4,1,5,2,5,2,2,1,5,5,2,2,5,1,1,5,2 +2024-06-20,0.98657596,2,4,2,3,3,1,4,2,3,2,2,2,4,3,3,2,5,1,1,2,2 +2024-06-20,0.93703866,1,6,3,1,3,2,5,2,2,2,1,2,3,3,4,5,4,2,1,1,2 +2024-06-20,1.0102389,1,4,5,4,2,2,6,5,5,3,2,1,4,4,4,4,4,1,2,2,3 +2024-06-20,1.0196493,3,6,3,5,2,5,3,3,2,6,3,3,5,3,6,3,3,3,2,3,5 +2024-06-20,0.9528661,1,5,2,2,2,3,5,2,3,4,2,2,2,2,4,2,,,2,3,3 +2024-06-20,0.99584943,4,4,1,4,1,3,4,1,3,3,2,2,5,3,5,1,5,2,2,2,2 +2024-06-20,1.0419323,1,4,3,5,3,2,2,3,2,5,4,1,5,2,4,3,5,1,3,3,4 +2024-06-20,1.0102389,1,5,2,5,3,2,2,2,2,5,2,2,5,2,2,5,5,2,1,5,2 +2024-06-20,0.9895682,4,4,3,4,2,3,4,3,3,4,2,3,4,3,4,3,3,2,2,3,4 +2024-06-20,0.9748403,2,3,1,2,1,1,3,3,4,1,1,2,2,4,1,3,2,2,3,2,1 +2024-06-20,0.9895682,5,6,3,6,2,5,5,2,5,3,1,3,6,2,6,6,5,6,6,6,6 +2024-06-20,1.0318297,4,1,4,5,4,2,5,3,4,2,3,3,5,5,2,6,5,5,3,4,2 +2024-06-20,1.0007535,3,3,2,4,4,4,2,2,1,2,1,3,4,2,3,2,5,2,3,3,3 +2024-06-20,1.0053298,1,4,1,2,2,2,1,2,2,2,1,1,2,2,4,1,5,1,1,1,1 +2024-06-20,1.0559736,2,5,3,1,3,3,4,3,2,2,1,2,3,5,3,4,4,2,3,5,2 +2024-06-20,0.9528661,2,4,2,4,2,3,3,2,2,2,2,3,3,3,3,4,4,1,2,2,2 +2024-06-20,0.9672266,2,5,2,2,3,3,4,2,1,5,1,1,1,2,2,4,4,2,3,1,3 +2024-06-20,1.0196493,2,5,1,2,2,3,1,1,2,3,2,1,2,2,4,2,3,2,1,2,2 +2024-06-20,1.0007535,3,3,2,4,3,6,3,4,2,3,3,3,3,3,4,3,3,3,3,2,2 +2024-06-20,0.9895682,1,3,2,3,2,2,4,2,3,2,1,2,3,2,2,2,2,2,2,3,3 +2024-06-20,0.9857699,3,3,1,3,1,3,2,1,2,2,1,2,6,1,6,1,2,1,3,2,2 +2024-06-20,0.9384855,3,4,2,4,4,3,3,2,6,3,3,2,3,3,4,3,4,2,2,3,2 +2024-06-20,1.0196493,5,5,1,5,1,4,5,2,5,5,2,2,5,4,5,2,5,2,3,2,2 +2024-06-20,0.9895682,3,3,2,3,2,3,3,3,2,2,2,3,2,4,3,2,4,3,2,2,2 +2024-06-20,1.0053298,2,2,3,6,2,5,2,2,2,5,2,3,5,6,5,4,5,4,4,2,4 +2024-06-20,1.0007535,4,5,1,2,2,3,5,2,1,2,3,2,4,2,4,5,4,1,2,6,2 +2024-06-20,0.926864,2,5,2,2,2,3,5,2,4,2,2,1,4,3,3,2,2,2,2,3,3 +2024-06-20,1.0007535,5,5,2,3,1,2,3,3,2,3,2,2,2,5,3,2,2,2,3,2,4 +2024-06-20,0.9868016,2,4,2,3,4,3,5,2,4,3,1,1,4,4,3,6,3,1,1,3,2 +2024-06-20,0.996883,3,4,2,3,3,4,3,2,3,3,2,3,2,4,4,4,4,2,3,2,2 +2024-06-20,0.9895682,3,5,1,3,2,3,3,2,5,2,1,1,2,2,3,2,2,2,1,1,3 +2024-06-20,0.9672266,3,5,3,5,4,4,4,4,3,2,1,2,4,1,4,4,3,2,3,3,3 +2024-06-20,0.93703866,2,4,1,3,2,2,1,2,3,2,2,2,3,1,1,2,2,1,2,3,2 +2024-06-20,0.99878466,3,2,3,5,3,4,5,2,3,2,2,2,5,3,5,3,4,2,3,3,2 +2024-06-20,1.0452228,1,6,1,2,6,1,5,3,3,3,1,2,4,6,1,6,3,1,1,2,2 +2024-06-20,1.0102389,1,6,2,2,1,1,5,3,1,1,2,1,2,2,2,2,3,2,1,2,2 +2024-06-20,1.0102389,2,6,2,5,3,3,6,3,5,4,1,5,5,2,5,1,2,2,1,6,2 +2024-06-20,1.0081737,5,3,1,1,1,5,5,1,4,2,1,1,1,1,5,1,1,1,1,1,4 +2024-06-20,0.99124104,2,3,1,1,2,1,1,2,2,3,1,2,1,2,3,1,2,2,1,3,3 +2024-06-20,0.98657596,2,4,2,3,3,3,2,2,2,4,3,2,3,4,2,2,2,2,1,1,3 +2024-06-20,0.99124104,1,3,1,1,3,1,1,1,3,2,1,3,2,1,3,2,2,1,3,1,4 +2024-06-20,1.0127593,2,5,2,4,4,4,2,2,2,4,3,2,3,4,4,2,2,2,2,2,3 +2024-06-20,0.99584943,1,3,1,2,2,1,4,1,3,1,1,1,2,1,2,4,3,2,2,3,1 +2024-06-20,1.0053298,4,5,2,3,1,3,2,3,5,2,1,3,4,3,6,2,3,1,2,3,3 +2024-06-20,1.0053298,2,6,2,3,4,2,2,2,2,2,2,2,5,5,5,2,5,2,5,2,3 +2024-06-20,0.9748403,1,4,2,3,3,1,6,3,4,3,1,2,2,4,1,6,4,1,2,5,1 +2024-06-20,1.0134096,3,4,2,4,5,3,2,2,3,3,2,2,6,2,3,4,4,2,3,3,2 +2024-06-20,1.0318297,4,3,2,3,1,5,2,1,1,2,2,2,3,3,6,3,3,1,2,4,3 +2024-06-20,0.9384855,4,3,1,2,3,3,2,2,3,3,2,1,2,2,4,1,3,2,2,3,2 +2024-06-20,1.051896,1,4,1,3,2,4,4,2,2,2,1,2,2,2,3,1,3,2,1,5,1 +2024-06-20,1.0318297,3,4,2,3,4,4,2,2,2,3,2,2,3,3,4,3,3,2,2,3,2 +2024-06-20,0.926864,2,4,2,3,3,4,3,3,4,4,2,3,3,3,4,3,3,2,3,2,3 +2024-06-20,1.0452228,1,3,2,2,4,1,3,1,2,2,1,2,3,4,1,3,4,2,1,3,2 +2024-06-20,0.98657596,1,3,4,1,2,4,2,2,2,3,2,3,1,3,5,4,3,2,3,5,2 +2024-06-20,0.9672266,3,4,1,4,4,4,5,2,2,4,2,2,5,2,5,4,5,3,2,2,2 +2024-06-20,1.0238738,2,6,1,4,2,3,4,1,2,3,3,1,5,3,6,3,4,1,3,3,4 +2024-06-20,1.0726442,2,4,3,3,3,5,3,3,2,3,3,4,4,2,5,2,4,3,3,4,3 +2024-06-20,0.9384855,4,5,2,2,2,4,2,3,4,2,2,4,4,3,2,2,5,5,2,3,5 +2024-06-20,1.0196493,1,4,2,3,2,3,5,1,2,4,1,2,4,3,4,3,3,1,2,3,3 +2024-06-20,1.0081737,2,5,2,2,2,2,2,2,2,2,2,2,2,2,5,2,5,2,2,2,2 +2024-06-20,1.0422887,3,5,2,4,3,5,5,5,2,4,2,5,6,2,5,5,5,1,3,3,2 +2024-06-20,1.0053298,4,5,3,4,2,3,1,2,2,3,2,2,3,2,4,2,4,2,3,3,2 +2024-06-20,1.0007535,,2,4,2,2,3,4,4,,,,4,3,3,5,,,3,3,1,3 +2024-06-20,0.996883,3,4,1,4,2,4,3,1,2,3,2,1,4,2,4,2,4,2,1,4,3 +2024-06-20,1.0102389,2,5,2,3,2,4,3,3,1,4,3,1,4,3,5,3,5,2,2,3,2 +2024-06-20,1.0238738,2,4,2,2,2,2,2,2,4,2,2,2,4,2,4,2,2,2,2,2,2 +2024-06-20,1.051896,1,4,1,4,5,3,4,2,2,2,3,2,4,2,2,5,4,2,3,5,3 +2024-06-20,1.0053298,2,5,2,3,3,2,4,2,3,2,2,2,5,3,4,3,3,2,2,5,3 +2024-06-20,0.9874631,1,4,3,5,3,1,3,2,3,2,1,1,3,3,3,5,5,1,3,3,1 +2024-06-20,1.0134096,3,2,2,3,3,4,5,3,3,2,2,1,2,2,2,3,2,1,2,2,3 +2024-06-20,0.9748403,1,4,2,3,2,3,3,4,3,2,2,3,2,2,5,3,3,2,5,3,3 +2024-06-20,0.9461035,2,5,1,2,2,2,5,2,5,2,2,2,3,5,2,2,5,2,2,5,5 +2024-06-20,1.0559736,3,4,2,4,1,3,3,4,5,4,3,3,5,4,6,4,4,3,2,3,5 +2024-06-20,0.9857699,2,4,1,2,3,2,5,3,4,2,3,3,4,4,3,5,3,2,1,3,2 +2024-06-20,0.9492825,4,4,2,4,4,1,5,3,2,4,2,2,4,3,2,3,4,2,1,4,2 +2024-06-20,1.0238738,4,6,1,5,2,4,2,2,2,4,3,1,4,1,5,1,2,2,2,3,3 +2024-06-20,1.082278,5,2,2,5,2,5,3,4,4,2,5,2,4,2,6,,4,2,3,4,2 +2024-06-20,1.0035002,3,4,3,5,4,3,3,2,2,3,2,2,3,2,3,2,3,1,3,2,2 +2024-06-20,1.0142426,2,5,2,3,1,1,2,4,2,3,2,2,2,2,5,2,3,2,1,2,2 +2024-06-20,1.0726442,2,2,2,2,4,5,5,3,3,3,1,2,2,3,3,4,3,2,1,2,3 +2024-06-20,1.0143288,2,5,2,5,1,3,3,2,2,2,2,3,5,2,6,5,2,2,3,3,2 +2024-06-20,0.98657596,3,4,2,4,2,5,2,3,2,5,4,2,4,3,6,1,4,2,2,5,4 +2024-06-20,1.0318297,1,5,1,3,3,2,5,2,2,4,1,2,4,3,3,3,4,1,2,5,3 +2024-06-20,0.93703866,2,4,2,3,2,2,4,2,3,4,3,3,2,2,6,3,2,2,2,1,4 +2024-06-20,1.0053298,2,4,2,4,5,3,3,2,4,5,2,3,4,3,3,3,3,2,2,4,3 +2024-06-20,1.0127593,1,6,1,3,4,1,4,1,3,1,1,1,3,3,4,3,3,1,1,3,1 +2024-06-20,1.0196493,3,4,2,2,2,2,2,2,3,2,2,2,4,3,4,2,4,2,2,2,3 +2024-06-20,1.0053298,2,3,2,1,5,5,5,5,2,4,1,2,2,1,5,5,2,1,3,5,1 +2024-06-20,0.92712563,2,4,1,3,1,3,3,2,3,3,4,2,4,1,4,3,3,1,1,2,2 +2024-06-20,1.0196493,3,6,1,5,2,3,4,2,2,4,2,2,5,2,3,3,3,1,2,6,4 +2024-06-20,1.0238738,2,6,2,5,5,2,2,2,5,1,1,2,6,3,5,1,4,2,2,1,2 +2024-06-20,0.93703866,3,5,2,3,5,2,5,2,5,3,2,3,3,3,4,4,3,2,1,4,3 +2024-06-20,0.9895682,5,6,2,2,2,4,2,2,4,2,2,2,3,2,2,2,2,2,3,2,4 +2024-06-20,1.0452228,4,4,1,2,2,5,4,3,5,4,2,3,3,3,5,2,4,2,2,6,3 +2024-06-20,0.9492825,2,3,3,4,4,2,4,3,5,3,2,2,3,4,3,4,3,2,3,5,3 +2024-06-20,1.0419323,1,3,1,1,2,2,5,2,3,3,1,3,1,3,2,4,3,1,1,5,2 +2024-06-20,1.0142426,1,4,2,5,2,2,6,2,3,5,2,3,5,4,4,3,3,1,2,3,2 +2024-06-20,1.0127593,2,5,2,3,2,3,3,2,5,2,2,2,5,3,6,3,3,3,4,5,5 +2024-06-20,0.9384855,2,4,1,2,4,1,4,1,2,2,1,2,2,3,2,3,4,2,2,4,2 +2024-06-20,0.99124104,3,4,1,4,4,2,5,2,4,3,1,2,4,2,2,4,5,2,2,4,3 +2024-06-20,0.9748403,1,4,1,5,3,3,3,1,1,2,1,1,3,2,3,3,5,3,1,2,1 +2024-06-20,1.0102389,2,4,2,4,1,4,1,2,1,5,2,2,5,3,5,4,2,2,2,2,2 +2024-06-20,0.9868016,2,4,2,2,2,4,5,2,2,2,2,1,2,2,4,4,4,2,2,2,3 +2024-06-20,1.0007535,5,6,1,5,2,6,5,2,2,3,1,1,6,2,2,2,6,2,2,2,2 +2024-06-20,1.0007535,2,4,3,2,4,3,6,2,3,2,1,2,3,4,4,5,4,1,3,1,3 +2024-06-20,0.9384855,1,4,3,3,4,2,5,3,4,3,1,3,1,3,2,5,4,2,3,4,2 +2024-06-20,1.0259477,1,4,1,3,3,2,5,2,3,4,1,1,2,1,1,3,6,1,3,3,2 +2024-06-20,1.0127593,2,5,3,4,5,1,4,2,4,4,1,2,4,4,3,5,4,1,2,4,3 +2024-06-20,1.0127593,5,3,2,3,2,2,5,5,5,2,2,2,3,2,2,3,4,1,3,1,1 +2024-06-20,0.9873727,4,5,2,5,2,5,5,2,2,5,3,2,5,2,5,3,4,2,2,2,4 +2024-06-20,0.99584943,2,4,1,2,3,1,3,2,4,3,1,2,3,2,1,2,2,2,1,3,3 +2024-06-20,1.0196493,1,3,1,2,2,2,2,2,2,3,2,1,4,2,1,4,3,1,1,3,2 +2024-06-20,1.0559736,3,6,1,3,1,3,3,1,1,3,3,3,3,3,4,1,4,1,3,3,3 +2024-06-20,1.0238738,2,6,2,5,3,4,5,2,2,4,2,2,5,2,3,2,5,2,1,4, +2024-06-20,1.0422887,1,5,1,1,2,1,5,1,5,3,2,2,5,5,5,5,3,2,2,4,2 +2024-06-20,0.926864,1,5,3,2,4,2,3,3,3,3,1,1,2,4,1,2,3,2,1,5,5 +2024-06-20,1.0559736,2,1,2,2,1,1,5,2,2,1,2,1,1,2,5,2,6,2,2,1,2 +2024-06-20,0.9873727,2,4,1,3,5,2,5,1,2,4,1,1,4,2,2,2,2,1,1,4,2 +2024-06-20,1.0419323,5,2,3,3,2,5,3,3,3,1,3,3,4,2,4,4,3,2,2,3,2 +2024-06-20,0.9528661,3,4,4,5,3,3,4,2,3,1,1,2,3,2,3,2,4,2,1,5,3 +2024-06-20,0.9873727,2,5,2,5,2,3,5,2,2,2,3,2,5,2,5,3,3,2,3,2,2 +2024-06-20,0.99584943,6,4,3,2,1,3,4,5,5,2,2,3,3,3,2,3,3,3,2,5,3 +2024-06-20,0.98657596,3,3,4,4,5,4,5,3,4,2,2,3,4,5,4,6,3,2,3,2,4 +2024-06-20,1.0238738,2,3,2,6,2,6,1,4,5,1,3,4,6,2,4,6,5,2,1,5,5 +2024-06-20,1.0127593,3,5,1,4,2,3,5,2,3,2,1,3,5,4,5,3,3,2,2,3,3 +2024-06-20,1.0196493,1,2,2,2,2,5,3,2,2,2,3,2,2,3,6,1,2,2,2,2,3 +2024-06-20,0.98657596,2,4,1,3,5,1,6,2,3,2,1,2,3,6,2,5,5,2,2,3,2 +2024-06-20,0.9895682,1,5,1,3,4,1,6,3,3,3,1,1,4,3,3,3,3,1,2,3,2 +2024-06-20,1.0142426,1,4,1,4,2,1,4,5,3,1,1,1,4,1,2,3,5,1,1,3,1 +2024-06-20,1.0318297,2,4,2,2,2,2,5,2,4,2,2,2,3,2,4,5,2,2,3,4,5 +2024-06-20,0.93703866,2,5,2,5,3,5,5,2,5,5,2,2,5,2,4,2,2,2,2,5,4 +2024-06-20,1.0318297,4,5,2,5,5,4,4,2,3,2,2,2,4,6,5,5,5,2,2,3,2 +2024-06-20,1.0419323,2,4,2,3,4,2,3,2,3,3,1,3,4,3,4,2,3,1,2,3,2 +2024-06-20,0.926864,3,5,1,3,3,3,3,1,3,4,2,1,3,2,5,2,2,1,2,2,2 +2024-06-20,0.9492825,2,4,1,2,4,1,3,2,2,3,1,1,3,3,1,3,5,2,2,2,1 +2024-06-20,0.9384855,1,6,1,3,3,1,3,1,5,2,1,2,6,2,2,4,2,1,1,1,1 +2024-06-20,1.0127593,3,5,2,5,4,3,4,3,3,3,1,3,4,5,3,4,4,2,1,4,2 +2024-06-20,1.0134096,2,3,,2,3,2,,3,5,2,2,3,2,3,3,3,3,2,4,5,2 +2024-06-20,1.0053298,2,5,1,4,3,3,3,1,3,3,2,3,4,2,3,3,3,2,1,4,3 +2024-06-20,0.9857699,3,3,2,2,2,3,5,2,3,3,1,2,4,3,4,2,2,1,1,3,2 +2024-06-20,0.9942842,4,5,2,5,2,4,5,3,5,3,2,3,4,3,5,2,3,2,2,3,4 +2024-06-20,1.0318297,1,2,2,2,1,1,4,2,2,1,1,2,2,2,1,4,2,2,3,3,1 +2024-06-20,0.9528661,2,4,2,2,4,3,4,2,4,2,1,1,3,3,2,4,3,2,3,4,2 +2024-06-20,1.0335038,1,2,3,1,3,2,2,1,2,1,1,3,2,2,3,1,2,3,3,2,1 +2024-06-20,0.99124104,4,5,2,3,3,4,3,3,2,3,3,3,4,3,4,3,5,2,2,3,3 +2024-06-20,1.0559736,2,1,4,2,6,1,5,5,4,2,1,2,2,3,1,5,3,2,4,3,1 +2024-06-20,1.0007535,2,4,1,3,4,2,6,1,5,2,1,3,6,3,3,5,6,2,1,6,2 +2024-06-20,0.9528661,2,4,1,4,2,3,5,2,2,2,2,2,4,3,4,4,4,1,1,4,2 +2024-06-20,1.0222778,2,2,2,2,2,2,5,2,5,2,2,2,2,2,3,3,2,2,2,2,2 +2024-06-20,1.0196493,2,5,2,4,1,3,2,2,4,3,2,1,6,2,6,2,3,1,2,3,3 +2024-06-20,1.0419323,3,3,1,4,3,2,2,3,4,4,3,2,3,1,4,2,4,1,1,2,3 +2024-06-20,1.0419323,3,4,2,2,4,3,3,2,3,2,3,2,4,3,3,3,4,2,3,3,2 +2024-06-20,1.0222778,2,4,1,3,2,2,4,3,3,2,2,2,4,2,2,3,4,3,2,2,1 +2024-06-20,1.0196493,2,6,2,3,4,2,4,2,3,4,2,3,5,3,4,4,3,2,1,3,4 +2024-06-20,1.0238738,4,5,3,4,2,3,1,4,3,3,1,3,4,3,5,2,3,2,1,1,2 +2024-06-20,0.9895682,2,2,1,4,3,3,3,3,3,2,2,2,2,3,5,2,3,2,2,1,2 +2024-06-20,1.0452228,1,5,3,3,4,2,6,1,2,3,3,2,6,3,4,3,5,1,2,2,2 +2024-06-20,1.0744566,4,5,2,3,3,3,2,2,1,4,3,2,4,4,5,3,3,2,3,3,3 +2024-06-20,1.0134096,1,4,2,1,2,1,2,2,4,2,2,1,1,1,1,2,3,1,2,3,1 +2024-06-20,1.0196493,3,6,1,5,1,2,1,2,5,2,3,2,5,2,5,2,4,2,2,4,3 +2024-06-20,1.0222778,1,3,2,2,1,3,3,3,2,2,2,1,2,1,3,1,1,1,2,2,2 +2024-06-20,1.0134096,4,4,2,3,1,5,5,3,3,2,2,2,5,2,4,2,4,2,2,4,3 +2024-06-20,0.99584943,1,6,2,5,2,5,5,2,1,5,1,1,5,3,6,1,2,1,2,1,1 +2024-06-20,1.0318297,2,4,2,3,4,3,6,4,3,3,2,3,3,5,6,4,6,3,3,3,2 +2024-06-20,1.0452228,3,2,2,2,1,3,5,2,3,2,2,1,3,2,4,2,3,1,1,2,2 +2024-06-20,1.0127593,2,5,1,2,1,4,2,3,3,4,1,3,3,2,3,2,2,4,3,3,4 +2024-06-20,0.996883,2,4,1,2,2,1,4,1,3,4,1,1,1,2,4,3,,1,2,3,3 +2024-06-20,1.0053298,4,6,1,6,1,5,2,2,2,4,4,2,5,3,5,2,4,1,2,3,3 +2024-06-20,1.0238738,3,4,2,3,2,2,4,2,3,3,2,2,5,3,3,3,5,2,2,2,3 +2024-06-20,1.0134096,2,3,5,3,3,5,3,3,3,4,2,2,3,1,4,3,3,3,2,2,4 +2024-06-20,1.0726442,2,6,2,3,3,2,5,3,4,5,1,3,4,5,4,3,3,3,4,3,3 +2024-06-20,0.9874631,2,3,1,3,3,2,2,2,1,3,2,2,3,3,5,2,3,1,1,2,2 +2024-06-20,1.0318297,2,4,1,1,1,4,2,2,3,2,1,2,2,2,4,2,2,2,3,3,2 +2024-06-20,1.0559736,3,4,2,3,2,3,4,2,3,4,2,1,3,2,5,3,4,1,2,4,2 +2024-06-20,1.0035002,2,3,1,2,3,3,5,2,3,3,2,3,3,4,3,4,3,3,3,2,2 +2024-06-20,1.0335038,2,3,1,4,3,2,3,1,4,2,2,1,3,2,4,2,4,1,2,4,1 +2024-06-20,1.0102389,1,4,1,4,6,1,4,2,3,2,1,1,3,3,2,3,3,1,2,2,2 +2024-06-20,1.0127593,4,5,1,3,3,5,1,2,1,4,2,3,3,4,5,1,4,1,2,1,4 +2024-06-20,1.082278,3,2,1,3,2,3,2,2,2,2,1,2,2,1,3,1,3,2,3,2,2 +2024-06-20,1.0335038,2,3,3,3,3,2,5,2,3,3,1,2,3,3,2,5,4,3,3,3,1 +2024-06-20,1.0142426,2,4,2,3,2,3,4,3,3,3,2,3,2,2,3,2,4,2,2,2,2 +2024-06-20,1.0419323,3,4,2,3,3,3,4,2,3,2,3,3,3,3,3,2,4,2,2,5,2 +2024-06-20,0.98657596,1,3,2,2,2,2,2,2,2,1,3,1,3,2,5,2,2,1,3,1,2 +2024-06-20,1.0127593,4,5,2,4,2,5,2,2,2,2,2,2,4,3,5,2,2,2,2,2,2 +2024-06-20,1.0053298,5,5,2,5,2,4,4,3,2,4,3,3,5,3,5,3,2,2,4,5,5 +2024-06-20,0.99124104,3,5,1,3,3,4,5,3,3,3,2,2,4,3,4,3,5,3,2,3,2 +2024-06-20,1.0053298,2,4,2,2,1,2,2,3,3,2,2,1,3,2,3,1,2,1,3,2,1 +2024-06-20,0.9748403,3,5,2,4,4,3,2,3,4,2,2,1,4,3,3,4,4,2,4,3,1 +2024-06-20,0.9474674,1,6,2,3,4,2,5,2,2,2,2,2,6,5,3,3,6,4,2,6,3 +2024-06-20,0.99584943,1,5,1,3,2,4,2,1,4,5,1,1,2,2,3,1,2,1,4,2,3 +2024-06-20,1.082278,4,5,1,4,3,2,5,1,2,3,3,1,2,3,2,6,6,1,2,2,4 +2024-06-20,1.0142426,3,5,2,4,2,2,2,2,3,2,2,1,3,2,2,2,2,2,2,2,2 +2024-06-20,1.0196493,2,6,3,4,2,4,5,5,3,5,2,2,5,2,5,6,5,3,2,5,2 +2024-06-20,0.98657596,3,4,1,3,5,2,6,2,2,3,1,2,4,5,3,4,3,3,2,4,3 +2024-06-20,0.9528661,2,5,3,5,3,6,3,3,2,3,2,4,4,4,4,3,4,3,3,3,2 +2024-06-20,1.0053298,4,5,3,4,2,4,2,3,2,3,2,2,2,2,5,3,2,2,1,2,4 +2024-06-20,1.0102389,1,4,3,3,3,5,2,4,5,4,5,3,4,3,6,3,3,3,1,2,5 +2024-06-20,0.98657596,4,5,1,2,3,5,3,1,3,2,1,3,3,2,3,3,4,2,2,3,1 +2024-06-20,0.98636466,3,4,2,3,3,2,2,2,2,5,3,2,3,3,3,3,2,2,1,2,1 +2024-06-20,1.0102389,1,5,1,3,1,2,2,3,2,3,2,1,4,2,4,2,3,1,1,2,2 +2024-06-20,1.0452228,3,5,2,3,3,4,3,2,2,4,2,2,4,2,3,1,4,1,3,3,3 +2024-06-20,1.0102389,1,6,1,5,1,2,6,1,1,3,2,1,6,1,6,1,1,1,1,1,1 +2024-06-20,0.9528661,1,4,2,2,2,2,5,2,2,1,1,2,2,3,4,3,4,1,2,3,1 +2024-06-20,1.0452228,4,5,2,3,3,3,2,2,3,3,2,2,4,2,4,3,3,2,3,3,2 +2024-06-20,0.9748403,3,3,2,3,3,2,4,3,4,3,2,2,3,2,2,2,3,2,4,2,1 +2024-06-20,0.9672266,1,4,2,3,3,2,3,2,3,3,1,2,4,2,3,2,4,2,2,3,2 +2024-06-20,0.92712563,1,5,1,6,1,2,3,3,3,2,1,3,4,1,6,2,3,2,1,1,1 +2024-06-20,0.99584943,1,4,1,2,1,3,2,1,2,4,1,3,2,3,4,5,2,2,1,3,2 +2024-06-20,1.0134096,4,3,3,4,2,3,3,2,2,3,2,3,4,5,4,3,5,1,4,5,3 +2024-06-20,0.99878466,2,4,2,3,3,,,2,3,4,3,2,3,3,4,3,3,2,1,3,4 +2024-06-20,1.0053298,2,3,1,4,3,2,4,2,3,3,2,2,3,3,3,3,3,2,2,3,3 +2024-06-20,1.0102389,2,4,1,2,1,2,2,2,1,1,1,1,3,2,2,3,1,2,2,3,2 +2024-06-20,0.99584943,2,3,2,2,2,4,2,2,2,3,1,2,3,2,5,2,2,2,2,2,3 +2024-06-20,0.9895682,2,5,2,2,2,3,3,2,3,2,2,1,3,2,5,2,2,2,2,2,2 +2024-06-20,1.0142426,1,5,1,3,1,1,4,3,4,1,1,1,4,5,2,1,2,2,1,2,1 +2024-06-20,0.9857699,1,5,2,3,5,1,6,1,5,3,1,2,6,5,2,5,5,3,1,3,2 +2024-06-20,1.0422887,3,4,1,3,3,4,3,2,4,3,1,2,3,4,4,3,2,1,3,4,2 +2024-06-20,0.96936256,3,4,2,3,4,5,3,3,3,2,3,2,4,3,4,3,3,2,3,4,2 +2024-06-20,0.9895682,1,2,1,1,1,1,4,1,2,2,1,1,4,2,2,3,5,3,3,4,1 +2024-06-20,0.996883,4,4,4,5,2,5,5,3,3,3,1,5,2,5,5,2,5,5,2,3,2 +2024-06-20,1.051896,2,1,2,2,5,1,5,2,5,1,4,2,1,2,1,3,2,2,3,4,2 +2024-06-20,0.9857699,1,3,2,3,2,3,2,3,3,3,1,3,3,2,4,3,3,2,2,6,2 +2024-06-20,0.9528661,1,4,1,6,1,2,2,2,2,2,2,2,2,1,2,2,3,2,1,2,2 +2024-06-20,0.996883,3,3,2,1,3,2,3,2,2,2,2,2,3,2,3,2,3,2,2,2,2 +2024-06-20,1.0196493,2,5,2,5,3,2,5,2,2,3,2,1,5,3,3,3,2,2,2,4,2 +2024-06-20,0.99584943,1,6,1,4,3,2,3,2,5,4,3,2,5,3,3,3,5,2,1,4,2 +2024-06-20,1.0127593,5,6,2,5,2,2,4,2,5,5,1,2,5,5,5,2,2,3,3,2,2 +2024-06-20,0.996883,1,4,1,2,2,2,2,3,2,2,1,1,2,2,3,1,2,1,1,2,1 +2024-06-20,0.9528661,1,6,3,5,3,2,1,2,2,3,2,2,5,3,5,2,4,2,2,1,4 +2024-06-20,0.9942842,2,4,2,4,2,2,3,2,3,2,2,2,3,2,3,2,2,2,2,2,2 +2024-06-20,0.92712563,2,5,2,3,4,2,3,3,4,2,2,3,3,2,3,3,4,2,2,5,2 +2024-06-20,1.0035002,3,5,3,5,5,2,5,2,2,2,2,3,3,5,3,5,5,1,3,2,2 +2024-06-20,1.0238738,1,6,1,2,1,1,1,2,1,1,1,2,4,1,2,2,2,2,2,5,2 +2024-06-20,1.0127593,1,6,2,3,3,3,4,2,2,3,1,2,3,4,4,4,5,2,1,2,2 +2024-06-20,1.0419323,1,3,1,2,1,1,1,2,2,2,1,1,3,1,2,3,2,1,1,1,1 +2024-06-20,1.0143288,1,6,2,3,2,2,5,1,2,5,2,2,6,4,4,2,2,2,2,5,4 +2024-06-20,0.9857699,2,4,2,4,1,2,4,2,4,1,1,1,4,2,6,2,2,2,2,4,3 +2024-06-20,1.0102389,5,6,1,3,2,3,5,2,2,4,2,1,4,2,4,2,4,3,2,2,3 +2024-06-20,0.9528661,4,4,2,3,3,3,3,2,3,2,1,1,3,2,4,3,3,2,1,4,3 +2024-06-20,1.0318297,3,5,1,3,4,3,1,1,2,2,2,1,4,2,6,2,4,2,1,5,1 +2024-06-20,0.9492825,1,5,1,4,4,2,2,2,2,3,1,2,4,5,2,5,4,2,1,5,2 +2024-06-20,1.0419323,2,6,1,6,1,4,4,1,1,2,2,1,6,1,5,4,6,1,1,1,3 +2024-06-20,0.9857699,2,5,3,5,2,3,4,2,2,3,3,2,5,3,4,2,2,2,2,2,3 +2024-06-20,0.9868016,3,5,2,2,2,2,3,2,4,2,2,1,2,3,3,4,3,2,3,3,2 +2024-06-20,0.9937498,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.98636466,1,4,4,3,3,5,3,2,5,4,1,4,2,4,4,4,4,2,1,3,2 +2024-06-20,1.0007535,3,5,2,5,4,3,5,2,3,1,1,1,5,4,3,5,6,2,2,3,1 +2024-06-20,1.0081737,3,3,4,1,5,2,3,2,6,5,1,3,1,4,2,4,3,3,3,2, +2024-06-20,1.0053298,1,3,2,4,3,1,2,2,3,4,2,2,5,3,2,5,5,2,3,2,3 +2024-06-20,0.99584943,1,3,1,3,2,2,1,1,1,2,1,1,2,2,4,1,3,1,1,2,2 +2024-06-20,0.9461035,2,6,5,6,2,5,2,3,2,5,2,3,5,3,5,2,5,2,2,1,2 +2024-06-20,1.0007535,3,4,2,2,2,4,3,3,2,3,3,3,3,2,4,3,3,2,3,2,3 +2024-06-20,1.0127593,2,5,2,4,2,3,3,3,4,5,2,2,5,3,5,2,3,2,2,2,5 +2024-06-20,0.9874631,1,3,2,2,4,3,4,2,3,2,1,2,2,3,4,5,3,2,2,4,3 +2024-06-20,0.9384855,4,6,1,2,1,1,1,2,1,4,3,1,4,1,4,3,5,1,1,3,1 +2024-06-20,0.996883,3,4,1,4,2,2,2,2,2,3,3,2,3,4,3,2,2,2,2,3,2 +2024-06-20,0.9868016,2,5,2,2,4,4,5,3,5,3,1,2,2,3,3,4,3,2,2,5,3 +2024-06-20,1.0559736,3,4,2,3,2,3,4,3,3,2,2,2,4,4,2,4,4,2,2,4,2 +2024-06-20,1.0422887,2,5,2,3,4,2,5,2,5,3,3,2,4,4,2,4,5,4,2,3,2 +2024-06-20,0.9857699,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.93703866,3,4,2,2,4,3,3,2,3,2,2,2,2,2,4,3,3,2,2,3,2 +2024-06-20,0.9937498,1,5,1,3,5,1,4,1,5,2,1,1,4,5,2,5,4,1,1,3,2 +2024-06-20,1.0127593,3,4,2,5,1,3,3,1,3,2,2,1,4,3,5,1,3,2,2,2,2 +2024-06-20,1.0726442,2,4,2,1,2,2,2,3,2,1,1,1,2,2,1,3,3,1,2,3,1 +2024-06-20,1.0335038,3,6,1,2,4,3,2,2,2,3,2,3,4,5,4,3,4,2,2,3,4 +2024-06-20,1.0222778,3,4,1,2,2,2,5,2,2,2,2,2,3,3,4,3,2,2,3,4,2 +2024-06-20,1.0053298,2,4,2,3,3,4,4,3,3,3,2,3,4,3,4,2,4,3,2,4,3 +2024-06-20,1.0007535,1,3,1,2,1,1,1,1,1,1,1,1,2,3,4,2,3,1,1,1,1 +2024-06-20,0.9461035,1,5,1,2,3,2,5,1,1,3,1,1,2,6,3,4,4,1,2,6,2 +2024-06-20,1.0134096,4,3,2,2,3,5,5,2,1,3,3,1,2,3,5,2,3,2,2,2,2 +2024-06-20,0.9857699,4,4,1,3,2,2,3,2,3,2,1,2,3,1,3,2,2,2,1,2,3 +2024-06-20,1.0053298,2,6,1,3,1,2,2,1,3,5,2,2,2,3,3,2,3,2,2,2,2 +2024-06-20,1.0007535,3,4,3,3,4,4,2,3,4,4,2,3,4,4,4,3,2,2,3,2,3 +2024-06-20,0.98657596,2,5,2,5,3,5,3,2,2,2,2,2,4,3,5,3,4,2,2,4,3 +2024-06-20,1.0127593,3,4,2,4,2,2,2,2,2,2,2,2,4,2,4,2,3,2,3,3,2 +2024-06-20,0.99584943,2,4,2,5,3,2,3,2,3,4,2,2,4,3,4,2,5,2,2,1,1 +2024-06-20,0.9895682,5,5,2,2,2,2,6,2,2,5,2,3,2,2,5,5,3,1,2,5,3 +2024-06-20,1.0127593,2,5,2,2,1,4,4,2,4,2,1,2,4,2,5,2,2,2,1,3,4 +2024-06-20,1.0053298,2,6,2,3,1,4,4,4,4,4,2,3,4,2,3,3,2,3,2,3,4 +2024-06-20,0.99584943,2,4,2,1,4,2,6,1,2,4,2,1,3,6,4,2,2,1,3,3,3 +2024-06-20,1.0318297,2,4,2,4,3,3,5,3,4,5,1,2,4,3,3,5,4,2,3,4,2 +2024-06-20,0.9857699,1,1,3,4,5,3,4,3,6,5,1,3,5,4,4,5,5,3,3,3,4 +2024-06-20,1.0419323,2,6,1,6,3,2,4,2,3,3,2,1,6,2,2,4,5,1,1,5,2 +2024-06-20,1.0259477,2,3,3,4,3,3,5,4,3,3,2,3,2,2,2,,2,2,2,2,2 +2024-06-20,1.0053298,1,6,1,6,5,5,6,2,5,2,1,1,5,6,6,5,6,1,3,5,2 +2024-06-20,1.0238738,2,3,2,3,3,4,4,2,3,2,2,2,4,4,5,3,3,2,2,3,2 +2024-06-20,1.0335038,3,4,2,4,3,4,4,3,3,2,2,3,4,4,4,4,3,2,4,2,3 +2024-06-20,0.9874631,3,5,1,5,4,3,5,2,4,4,2,2,5,5,4,4,4,2,2,4,4 +2024-06-20,1.0053298,2,3,2,3,2,2,3,2,4,2,1,1,2,2,3,1,2,1,2,3,2 +2024-06-20,1.0419323,2,1,1,1,1,4,4,2,2,5,2,1,1,1,4,1,1,1,2,4,1 +2024-06-20,0.9672266,2,4,2,2,4,2,5,2,3,3,2,3,4,4,3,4,4,3,2,5,3 +2024-06-20,1.0007535,1,3,1,3,1,3,2,3,2,2,3,2,4,2,5,3,5,2,2,5,1 +2024-06-20,1.0142426,2,4,3,3,2,2,3,2,3,2,2,3,3,3,4,3,4,2,3,2,3 +2024-06-20,0.99124104,2,4,3,3,3,2,4,2,3,3,1,1,3,3,2,2,3,1,1,2,2 +2024-06-20,1.0127593,1,4,1,3,4,2,3,4,3,3,2,2,3,2,4,4,3,1,1,3,3 +2024-06-20,1.0134096,5,3,2,3,2,2,5,2,4,2,2,2,3,2,2,4,2,2,1,3,1 +2024-06-20,0.926864,3,5,1,4,2,2,3,3,3,4,1,3,5,3,5,3,4,2,2,3,3 +2024-06-20,1.0419323,1,4,2,4,3,3,4,1,2,2,2,2,6,3,3,5,4,1,1,5,3 +2024-06-20,1.0238738,3,6,1,2,3,2,3,3,3,4,1,1,5,3,3,3,3,1,3,2,2 +2024-06-20,0.9672266,4,4,2,2,2,3,2,2,2,3,3,2,4,2,6,3,4,1,3,2,3 +2024-06-20,0.93703866,2,4,2,4,4,3,3,2,3,5,2,2,5,4,4,5,3,2,2,3,5 +2024-06-20,0.9461035,2,6,1,6,5,1,5,1,2,2,2,2,5,2,2,5,3,1,2,2,1 +2024-06-20,0.99878466,1,4,3,2,2,3,4,3,5,3,2,1,1,2,5,1,3,2,1,2,4 +2024-06-20,0.9857699,3,5,2,2,1,4,6,2,2,2,2,1,3,3,5,3,3,1,3,2,1 +2024-06-20,0.9937498,3,4,1,3,2,3,2,2,2,3,2,2,2,2,3,3,3,1,2,3,2 +2024-06-20,1.082278,1,2,3,3,2,1,4,3,4,3,2,2,3,2,1,3,5,2,2,5,2 +2024-06-20,1.082278,2,4,2,3,2,3,3,2,3,2,2,1,3,3,4,2,3,2,2,3,2 +2024-06-20,0.9461035,2,3,2,3,3,3,3,3,3,2,1,2,3,4,3,3,3,1,3,2,2 +2024-06-20,0.9942842,3,4,2,3,3,2,3,2,3,2,3,2,3,2,3,3,3,2,3,3,2 +2024-06-20,1.0127593,1,4,3,6,2,3,3,2,3,4,3,2,5,3,4,2,4,1,2,3,2 +2024-06-20,1.0559736,3,4,1,3,2,3,3,2,3,2,2,1,3,2,3,3,2,2,2,3,2 +2024-06-20,1.0102389,1,4,1,3,1,3,5,2,4,3,1,2,3,2,3,3,3,1,1,2,2 +2024-06-20,1.0127593,,5,3,,,,,,2,5,4,2,5,2,6,2,2,2,2,2,4 +2024-06-20,0.92712563,4,6,1,5,4,3,2,2,3,3,2,2,5,2,5,3,4,2,2,3,2 +2024-06-20,0.926864,1,5,1,3,3,4,4,2,5,4,2,3,3,3,4,5,5,3,2,3,3 +2024-06-20,0.9942842,2,4,5,3,4,3,3,2,3,3,2,3,3,5,3,4,4,2,4,4,2 +2024-06-20,1.051896,3,2,3,2,2,3,1,4,2,1,2,1,2,1,2,2,1,1,2,3,3 +2024-06-20,1.0143288,2,5,2,4,4,2,4,2,3,5,2,2,5,4,3,3,4,3,2,2,3 +2024-06-20,1.0196493,5,5,2,5,2,5,2,2,2,5,3,2,5,5,5,2,2,2,3,2,5 +2024-06-20,0.9672266,,,,,,,,,,,,,,,,,,,,, +2024-06-20,1.0053298,5,5,2,2,2,2,2,2,3,2,2,2,2,2,2,2,3,2,1,2,2 +2024-06-20,1.0142426,2,5,5,2,2,3,4,5,6,1,3,2,5,5,4,2,5,2,4,3,5 +2024-06-20,1.0053298,2,5,2,4,4,3,5,3,3,4,2,3,4,3,4,3,4,3,2,5,4 +2024-06-20,1.0419323,5,5,2,5,3,5,4,3,2,4,5,2,5,4,6,4,4,2,3,4,2 +2024-06-20,0.9857699,3,5,2,3,2,2,2,2,3,3,2,2,3,2,4,2,2,2,2,3,3 +2024-06-20,0.9895682,5,5,2,2,2,2,3,2,5,1,1,1,3,3,4,2,2,2,2,3,2 +2024-06-20,0.9895682,1,6,2,4,3,3,4,3,2,2,2,3,6,4,4,3,5,2,3,4,4 +2024-06-20,0.9895682,1,3,2,3,3,3,4,2,2,3,2,1,2,2,3,2,3,2,1,2,3 +2024-06-20,1.0102389,2,6,2,4,5,2,3,1,2,2,3,1,3,5,2,4,5,2,2,2,1 +2024-06-20,1.0085934,2,6,2,4,1,3,4,2,2,4,1,1,4,2,5,3,3,1,3,3,2 +2024-06-20,0.99124104,3,3,2,2,5,5,5,2,2,2,1,3,3,2,3,5,5,2,2,2,2 +2024-06-20,0.9474674,2,5,2,3,5,3,3,2,2,2,3,2,4,3,3,4,3,1,2,3,1 +2024-06-20,1.0196493,2,5,1,3,2,2,3,2,2,2,4,2,5,3,2,1,2,1,2,3,1 +2024-06-20,1.051896,2,4,1,2,1,1,1,4,2,1,1,1,3,1,2,3,4,2,2,1,1 +2024-06-20,0.9895682,3,3,2,3,3,4,2,4,2,2,2,2,2,2,3,2,2,3,2,2,2 +2024-06-20,0.9857699,1,3,2,3,2,3,3,2,3,4,2,3,3,2,3,2,2,3,2,3,1 +2024-06-20,0.9748403,4,4,3,3,1,4,3,2,2,4,2,2,5,3,6,2,3,1,2,3,2 +2024-06-20,1.0196493,2,5,1,5,2,2,3,2,3,2,1,2,4,3,3,2,3,2,2,3,2 +2024-06-20,0.9857699,3,4,1,4,6,3,5,1,4,2,1,2,5,2,4,4,4,2,2,5,4 +2024-06-20,0.9528661,1,3,1,2,1,2,1,1,5,2,1,2,2,3,2,2,1,1,1,4,3 +2024-06-20,1.0053298,2,2,2,3,2,2,2,2,2,2,1,2,3,3,5,3,2,1,2,2,2 +2024-06-20,1.0335038,5,4,2,4,3,3,4,3,3,3,3,2,4,3,4,3,4,2,2,3,2 +2024-06-20,1.0007535,2,4,2,4,1,2,2,2,5,5,2,2,4,2,2,4,5,4,4,6,2 +2024-06-20,1.0559736,1,6,1,2,2,1,6,1,6,1,1,1,2,2,2,5,3,1,1,2,1 +2024-06-20,1.0196493,3,3,2,3,4,2,3,2,2,4,2,2,4,2,4,2,3,3,1,1,2 +2024-06-20,1.0238738,3,5,1,4,2,3,6,2,6,3,1,1,4,2,4,4,6,2,1,3,2 +2024-06-20,1.051896,1,6,1,3,6,3,3,3,2,3,1,2,5,4,3,5,5,1,1,2,1 +2024-06-20,0.9937498,2,4,1,4,2,3,2,2,4,3,2,2,3,3,4,2,2,3,2,4,3 +2024-06-20,0.9874631,1,6,2,5,5,1,6,5,5,5,1,1,2,5,5,5,5,1,1,3,1 +2024-06-20,0.9384855,2,6,2,5,4,3,5,3,5,5,2,4,5,5,3,5,5,2,5,2,2 +2024-06-20,0.9895682,2,4,3,2,3,3,4,3,4,3,2,2,3,5,4,3,3,2,3,4,3 +2024-06-20,1.0422887,3,5,2,2,2,4,4,3,4,5,2,2,2,2,5,5,4,2,3,5,2 +2024-06-20,1.0318297,2,6,1,5,2,2,3,2,2,4,2,2,5,,4,5,5,2,2,2,3 +2024-06-20,0.926864,2,4,1,4,3,4,4,1,2,4,2,2,3,4,3,3,5,2,2,3,2 +2024-06-20,1.0085934,3,5,2,3,3,4,3,1,2,4,2,1,2,3,5,3,2,2,3,2,3 +2024-06-20,0.92712563,5,3,3,4,2,4,3,3,2,2,2,2,3,3,4,2,3,2,2,2,2 +2024-06-20,1.0035002,3,4,3,2,4,2,3,2,3,3,3,2,3,3,3,2,3,1,3,3,2 +2024-06-20,0.9873727,4,4,2,4,5,4,4,4,2,4,3,2,4,3,4,4,4,2,3,3,2 +2024-06-20,1.0035002,1,3,1,2,3,4,4,2,2,3,2,2,3,5,4,4,3,2,1,5,2 +2024-06-20,1.0318297,2,4,3,2,3,5,2,4,2,2,2,3,3,2,4,3,2,2,3,3,2 +2024-06-20,0.9528661,1,6,2,3,1,5,2,2,6,4,2,2,4,3,6,3,3,2,2,3,4 +2024-06-20,0.9868016,3,3,1,3,1,2,4,2,2,4,3,1,3,2,5,2,2,1,3,3,3 +2024-06-20,0.9937498,1,4,1,3,1,1,2,1,1,2,2,1,3,3,3,4,4,2,3,2,1 +2024-06-20,0.9528661,1,5,1,2,4,2,4,1,5,2,1,2,2,4,4,3,5,1,2,3,2 +2024-06-20,0.9528661,2,5,3,6,3,2,6,2,2,1,1,1,5,1,5,2,6,1,2,1,1 +2024-06-20,1.0142426,3,5,3,3,5,4,3,3,4,3,2,3,5,5,5,4,5,3,3,4,3 +2024-06-20,1.0053298,5,5,2,5,5,2,4,3,3,5,2,2,5,6,5,1,6,1,2,2,5 +2024-06-20,0.9528661,1,4,1,4,4,2,2,2,3,2,1,1,4,5,3,3,2,2,2,2,2 +2024-06-20,1.0007535,2,5,1,6,3,1,3,1,2,4,1,2,6,3,3,1,5,1,3,3,2 +2024-06-20,0.9942842,4,5,2,4,3,3,4,2,4,3,1,3,4,2,4,2,6,1,2,2,1 +2024-06-20,1.0196493,1,6,1,6,4,1,5,2,5,5,1,1,5,5,3,2,4,2,2,4,1 +2024-06-20,0.9857699,3,3,1,5,3,5,1,1,2,2,2,2,5,2,5,2,2,1,2,2,2 +2024-06-20,0.9528661,4,5,2,4,2,4,2,4,2,2,2,2,5,2,5,2,2,2,2,4,2 +2024-06-20,1.0102389,1,4,1,1,1,2,1,1,2,2,2,1,4,1,2,2,2,2,2,2,2 +2024-06-20,0.9873727,3,4,2,3,2,3,3,2,3,2,3,2,2,3,4,2,3,2,3,4,2 +2024-06-20,1.0318297,4,4,3,4,3,2,4,3,4,3,3,2,4,4,4,5,3,3,3,4,2 +2024-06-20,0.996883,2,5,2,5,2,2,2,2,2,2,2,3,3,2,5,2,3,2,2,3,2 +2024-06-20,1.0419323,1,4,2,4,3,1,2,2,5,2,2,1,2,3,3,2,4,1,5,2,2 +2024-06-20,1.0196493,2,5,2,4,1,2,2,2,2,2,3,2,4,2,4,2,6,2,3,2,3 +2024-06-20,1.0143288,1,5,1,3,3,3,4,2,2,3,2,2,3,2,5,4,4,2,1,3,2 +2024-06-20,1.0559736,3,5,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,3,2,2 +2024-06-20,1.0127593,2,5,1,2,2,2,2,2,2,2,2,2,2,2,6,2,2,2,2,5,5 +2024-06-20,1.0007535,5,4,2,4,3,3,3,2,1,2,3,2,3,3,5,2,2,2,2,3,2 +2024-06-20,0.9942842,3,5,2,4,3,2,5,2,2,3,2,2,3,4,4,3,2,2,2,4,2 +2024-06-20,0.9528661,2,4,2,3,3,4,4,3,3,4,3,3,4,4,5,3,4,2,1,4,4 +2024-06-20,1.0053298,5,5,2,3,2,4,3,3,5,5,4,3,2,2,3,3,4,2,2,2,2 +2024-06-20,1.0238738,3,5,1,3,1,3,2,2,3,2,3,1,4,2,6,2,3,3,3,2,2 +2024-06-20,0.9857699,1,5,2,3,3,3,3,2,3,2,1,2,5,3,3,4,3,2,2,2,2 +2024-06-20,0.9895682,1,6,2,5,4,3,2,2,5,1,1,1,4,2,5,1,3,2,1,1,1 +2024-06-20,1.0007535,1,5,2,3,5,5,6,2,3,2,1,3,3,4,4,4,5,2,3,4,4 +2024-06-20,1.051896,2,2,1,4,5,1,4,2,2,2,2,2,2,2,1,3,5,3,3,4,2 +2024-06-20,1.0007535,3,3,2,3,2,2,3,3,3,2,2,2,2,2,3,2,2,2,3,3,2 +2024-06-20,0.9874631,2,6,2,2,1,3,6,3,3,4,1,1,2,3,4,2,3,1,2,1,1 +2024-06-20,1.0134096,2,4,1,5,4,3,2,1,2,2,1,1,3,3,3,3,3,1,2,4,1 +2024-06-20,1.0318297,5,6,2,4,2,5,2,2,1,3,4,2,5,2,4,2,3,2,3,3,4 +2024-06-20,0.9895682,1,6,1,2,3,1,4,3,4,3,1,2,2,2,2,3,5,2,2,1,1 +2024-06-20,0.93703866,4,3,3,4,2,4,2,1,4,3,1,2,3,3,5,2,2,2,2,1,5 +2024-06-20,1.0134096,3,3,2,1,2,3,3,3,2,3,2,2,3,3,4,2,3,2,2,3,2 +2024-06-20,1.0335038,3,3,1,2,5,2,2,2,4,2,2,2,2,2,2,5,4,1,2,3,2 +2024-06-20,1.082278,2,4,3,3,3,2,3,2,4,3,2,2,4,3,3,4,4,2,2,3,3 +2024-06-20,1.0127593,4,6,1,4,2,2,5,2,3,4,1,3,5,2,3,6,4,2,1,6,2 +2024-06-20,1.0053298,3,5,2,4,2,4,2,3,2,3,2,2,4,2,4,2,3,2,2,2,3 +2024-06-20,0.99878466,4,5,2,3,3,2,4,2,3,3,2,2,4,3,3,2,2,2,2,4,2 +2024-06-20,1.0559736,4,5,1,1,2,3,1,1,1,5,2,1,2,3,3,1,3,1,2,6,4 +2024-06-20,0.9868016,2,4,1,2,2,1,2,2,3,3,1,1,2,3,3,3,3,2,2,5,3 +2024-06-20,1.0559736,2,4,3,1,5,3,6,2,4,4,1,4,5,5,3,5,3,1,2,4,3 +2024-06-20,1.0035002,1,3,1,2,2,2,2,2,2,2,1,2,2,2,3,2,2,1,2,2,3 +2024-06-20,0.9384855,3,6,1,5,4,5,5,1,2,3,2,1,4,2,6,3,5,1,2,5,3 +2024-06-20,0.96936256,1,4,2,4,4,2,2,2,3,4,2,2,3,3,2,4,4,3,2,2,2 +2024-06-20,0.99584943,2,5,3,4,4,3,3,2,3,3,2,2,3,3,4,3,2,2,3,3,3 +2024-06-20,1.051896,2,4,2,2,2,3,2,2,2,3,2,2,2,2,2,3,4,1,2,4,2 +2024-06-20,1.051896,2,3,2,2,2,2,5,3,3,2,2,3,3,4,3,4,4,3,3,3,2 +2024-06-20,1.0452228,2,5,1,3,2,3,2,1,2,2,2,1,3,2,3,,3,2,2,3,1 +2024-06-20,0.996883,3,3,2,2,4,3,5,2,3,4,2,2,3,4,4,2,4,2,3,4,5 +2024-06-20,0.9868016,2,5,1,3,2,3,4,1,2,2,2,1,3,3,4,5,3,1,2,6,2 +2024-06-20,1.0127593,4,5,3,5,2,5,5,2,2,3,2,2,5,2,5,2,2,2,2,3,4 +2024-06-20,1.0053298,1,6,2,3,4,1,6,2,5,2,1,3,5,4,2,6,5,3,1,5,2 +2024-06-20,0.99584943,3,5,2,3,3,2,4,1,5,3,1,1,4,4,3,2,3,1,2,1,2 +2024-06-20,0.99584943,3,4,3,5,3,4,3,3,2,3,2,2,5,3,5,3,5,2,3,5,4 +2024-06-20,1.0335038,2,3,2,3,5,2,2,2,3,3,1,3,2,2,2,4,2,2,1,2,1 +2024-06-20,0.9528661,1,5,2,3,1,1,2,3,1,1,2,1,3,2,1,1,2,2,2,3,2 +2024-06-20,1.082278,1,3,1,1,3,3,3,3,3,1,1,1,3,3,2,3,3,1,3,2,1 +2024-06-20,0.996883,2,5,2,4,3,5,2,2,3,4,4,3,4,2,4,3,3,1,2,2,2 +2024-06-20,0.9868016,2,4,3,3,2,3,2,4,2,3,3,2,4,2,4,2,3,2,1,3,3 +2024-06-20,0.9895682,1,4,2,2,2,2,4,2,1,2,2,2,3,3,3,2,3,2,2,5,2 +2024-06-20,1.0419323,3,5,1,2,4,2,5,2,3,3,3,4,3,3,4,2,5,3,2,5,3 +2024-06-20,0.98636466,2,4,2,5,3,2,2,2,2,5,2,2,5,2,2,1,5,2,1,2,3 +2024-06-20,0.99584943,1,6,1,3,1,4,5,4,4,3,1,3,1,5,4,4,2,2,1,3,2 +2024-06-20,0.9461035,3,6,1,5,4,4,3,2,3,3,2,3,5,4,5,2,5,2,2,4,2 +2024-06-20,1.0238738,1,5,2,3,3,2,2,2,2,3,3,3,3,2,5,2,5,2,2,2,2 +2024-06-20,1.0222778,2,2,1,2,4,2,5,3,5,2,1,2,2,2,1,5,3,2,3,5,1 +2024-06-20,0.9895682,2,3,2,5,2,4,2,2,2,2,2,2,3,5,5,2,2,2,2,3,2 +2024-06-20,1.0053298,3,4,2,3,2,2,3,2,4,2,2,3,2,2,3,3,4,2,2,2,2 +2024-06-20,0.9384855,3,5,2,3,3,5,3,2,5,4,2,2,4,3,6,2,4,2,2,3,5 +2024-06-20,1.0035002,3,3,3,4,5,4,5,4,4,2,2,3,4,5,4,5,3,3,3,5,2 +2024-06-20,1.0085934,2,5,2,3,4,2,5,1,2,2,1,2,4,3,1,5,3,2,5,2,1 +2024-06-20,1.0196493,2,5,2,5,4,2,4,2,4,2,1,2,3,3,4,4,2,1,2,3,2 +2024-06-20,0.926864,4,6,2,5,2,3,3,3,2,3,3,2,5,3,6,2,4,3,2,2,3 +2024-06-20,1.082278,2,3,2,2,1,3,4,1,4,3,2,2,4,2,3,2,3,1,2,2,2 +2024-06-20,0.9873727,1,6,4,6,6,1,3,2,3,5,1,1,6,5,4,5,5,1,2,5,2 +2024-06-20,0.9384855,3,5,2,2,5,2,2,2,5,5,2,2,2,5,3,4,3,2,4,3,5 +2024-06-20,1.0127593,4,3,2,5,1,3,5,2,5,2,1,2,5,4,5,3,5,2,4,2,3 +2024-06-20,1.0196493,5,5,2,5,1,6,2,2,2,2,4,2,6,2,6,2,4,1,2,1,2 +2024-06-20,1.0419323,1,6,1,5,3,2,6,1,5,2,1,2,6,3,3,6,5,2,1,3,1 +2024-06-20,0.926864,2,6,2,4,1,5,4,2,3,4,1,2,4,6,6,1,5,2,3,2,2 +2024-06-20,1.0318297,1,5,2,5,2,1,3,3,2,2,1,2,3,2,3,3,3,1,2,3,3 +2024-06-20,0.93703866,2,4,3,2,2,3,3,3,2,3,3,3,4,3,3,3,4,4,2,3,3 +2024-06-20,0.9873727,1,4,2,2,6,1,6,1,3,3,1,2,2,5,2,2,5,3,3,5,3 +2024-06-20,0.9857699,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.9492825,3,4,2,2,2,4,5,3,2,3,3,1,4,3,4,1,4,3,3,2,1 +2024-06-20,1.0134096,4,3,2,3,2,4,2,3,4,3,3,3,2,2,4,3,4,2,1,3,4 +2024-06-20,0.9895682,2,5,2,3,2,3,2,2,4,2,2,1,3,2,3,3,3,1,1,2,2 +2024-06-20,1.0142426,2,6,2,2,2,5,4,2,4,6,2,2,4,2,4,2,3,2,2,4,5 +2024-06-20,0.9895682,2,4,2,3,2,3,4,2,2,2,4,2,4,3,4,5,5,2,3,6,2 +2024-06-20,1.0559736,3,3,3,4,3,3,4,4,4,4,3,3,3,4,3,4,4,3,4,2,2 +2024-06-20,1.0102389,3,5,2,2,1,3,2,2,3,2,2,1,3,1,5,2,3,1,2,2,2 +2024-06-20,1.0452228,3,4,2,2,1,4,3,3,4,4,3,2,2,3,4,3,3,2,3,2,2 +2024-06-20,1.0318297,2,4,2,2,4,2,5,2,4,4,1,2,1,3,4,3,2,2,3,3,2 +2024-06-20,0.9942842,2,2,2,5,2,4,2,3,2,2,4,3,5,2,6,2,4,2,2,1,1 +2024-06-20,1.0318297,3,4,1,4,1,2,5,2,2,3,1,2,2,2,2,2,3,2,2,4,3 +2024-06-20,1.0259477,3,3,2,4,3,4,2,2,4,4,3,3,2,2,5,3,3,2,2,2,2 +2024-06-20,1.051896,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.9748403,3,5,2,2,3,4,3,3,3,3,1,2,3,5,5,3,3,1,1,3,3 +2024-06-20,0.9868016,2,5,2,2,2,3,3,2,2,2,2,2,3,3,3,2,2,1,3,4,3 +2024-06-20,1.0053298,3,5,3,2,2,2,4,3,3,2,1,3,3,4,4,3,4,3,4,3,4 +2024-06-20,1.0726442,2,6,2,3,2,4,4,1,2,2,2,1,5,3,4,3,2,1,1,4,2 +2024-06-20,1.0053298,3,5,2,4,4,3,3,3,3,4,2,2,3,2,4,2,4,2,1,1,2 +2024-06-20,0.9748403,2,3,2,3,2,3,4,3,3,3,2,2,3,3,2,4,3,2,2,4,2 +2024-06-20,1.0007535,1,5,2,2,3,2,5,2,5,5,2,2,2,4,5,2,2,2,3,2,4 +2024-06-20,1.0142426,3,5,2,3,2,3,4,3,3,3,2,3,3,3,4,3,3,2,2,4,3 +2024-06-20,1.0419323,3,5,1,3,2,2,5,1,3,2,3,3,3,2,4,4,4,2,1,6,2 +2024-06-20,0.9474674,2,5,3,3,3,3,2,2,3,5,2,2,3,2,5,5,2,2,2,2,3 +2024-06-20,1.0053298,3,5,2,5,4,5,5,3,2,3,2,1,4,4,5,4,5,2,2,4,4 +2024-06-20,1.0196493,1,2,1,1,1,2,2,2,3,1,1,1,2,2,2,2,3,1,1,2,2 +2024-06-20,1.0142426,3,5,2,4,5,5,5,2,3,2,2,2,4,5,5,4,5,2,3,5,5 +2024-06-20,1.051896,4,2,2,3,3,2,4,3,5,2,1,3,2,2,3,4,3,2,1,3,2 +2024-06-20,0.9384855,1,4,2,5,5,2,6,2,5,2,1,2,5,5,2,3,6,2,2,5,1 +2024-06-20,1.0318297,3,6,2,4,5,3,3,1,3,3,4,2,5,3,5,3,4,2,1,3,5 +2024-06-20,1.0127593,2,4,1,3,1,2,1,3,3,1,1,1,4,3,3,1,3,1,1,1,3 +2024-06-20,1.0259477,4,2,1,4,4,3,3,4,2,3,2,3,2,4,5,2,4,1,2,1,1 +2024-06-20,0.9672266,2,5,3,2,3,4,2,3,3,4,2,3,4,5,5,2,3,3,3,3,2 +2024-06-20,0.9868016,2,5,3,3,3,3,4,2,3,2,1,1,3,4,4,3,3,2,3,3,2 +2024-06-20,1.0335038,3,4,3,2,4,3,2,2,3,2,3,4,3,3,3,3,2,2,2,2,3 +2024-06-20,1.0238738,1,5,1,3,3,1,1,1,2,2,1,1,2,1,1,2,3,1,1,1,2 +2024-06-20,0.93703866,1,4,1,3,2,1,2,2,3,3,2,2,3,2,2,2,2,2,1,2,2 +2024-06-20,1.0127593,3,4,3,3,4,3,3,2,5,3,1,1,5,4,3,2,5,1,2,4,2 +2024-06-20,0.9528661,3,6,1,6,1,3,6,1,2,3,1,2,3,5,2,1,4,2,3,2,2 +2024-06-20,0.9942842,3,4,2,4,2,4,3,2,2,4,3,1,3,4,5,2,4,1,2,3,4 +2024-06-20,1.0318297,2,3,1,3,4,4,3,2,2,2,2,1,3,4,4,3,3,1,2,5,1 +2024-06-20,0.9895682,3,4,2,4,2,3,3,2,3,2,2,2,2,2,3,4,4,3,2,2,2 +2024-06-20,1.0238738,2,2,2,4,1,3,2,2,4,1,1,3,4,2,3,2,4,2,3,2,2 +2024-06-20,0.93703866,1,6,2,5,4,2,5,2,3,3,1,2,5,4,3,4,4,2,3,5,2 +2024-06-20,0.98657596,3,4,3,2,2,4,2,4,4,3,2,4,2,2,5,2,3,2,2,2,2 +2024-06-20,0.9748403,2,4,2,3,3,5,4,2,2,3,3,2,2,3,4,2,3,2,2,3,3 +2024-06-20,0.9895682,1,4,2,5,3,1,5,2,3,3,3,1,4,2,3,2,3,2,1,3,1 +2024-06-20,0.9857699,2,3,1,4,1,5,3,2,3,3,2,2,3,3,5,2,3,3,3,3,3 +2024-06-20,1.0007535,2,4,2,3,3,3,2,2,4,3,1,2,3,2,4,3,3,1,2,5,3 +2024-06-20,0.98636466,3,4,2,4,3,4,3,3,2,4,2,2,4,2,4,3,4,2,2,3,4 +2024-06-20,0.9868016,3,5,1,4,3,3,3,1,4,4,2,3,3,3,3,3,3,3,3,4,3 +2024-06-20,0.9857699,3,3,2,4,3,2,3,3,5,3,1,2,3,3,4,2,3,2,2,3,3 +2024-06-20,1.0053298,,,,,,,,,,,,,,,,,,,,, +2024-06-20,1.0053298,4,3,2,2,3,4,2,2,2,2,3,3,3,2,5,2,5,3,3,4,1 +2024-06-20,1.0127593,6,6,2,2,1,3,1,3,5,6,1,1,2,2,6,2,3,2,2,2,2 +2024-06-20,1.0007535,2,4,2,3,1,2,2,3,2,2,2,2,3,1,2,2,2,2,2,2,2 +2024-06-20,1.0053298,1,5,1,4,3,2,2,2,2,5,2,2,3,4,4,2,3,1,1,2,2 +2024-06-20,1.0419323,4,5,2,5,2,3,3,2,2,3,2,2,5,3,3,4,4,3,2,3,1 +2024-06-20,1.0318297,2,5,2,3,3,2,5,2,2,3,2,2,5,3,3,5,5,3,2,4,3 +2024-06-20,1.0335038,2,2,2,3,5,2,5,2,3,2,2,1,3,3,2,5,4,3,3,3,1 +2024-06-20,0.93703866,3,5,4,3,4,3,5,2,3,2,2,2,4,3,4,5,3,2,2,4,3 +2024-06-20,0.9461035,3,3,2,2,2,3,2,5,3,2,1,2,3,2,3,3,1,2,2,2,2 +2024-06-20,1.0419323,2,5,2,3,2,1,4,2,2,3,2,1,2,3,3,3,3,2,4,1,2 +2024-06-20,0.9857699,3,5,1,3,1,2,5,1,1,1,1,1,2,1,5,5,6,1,1,1,1 +2024-06-20,0.9873727,4,4,1,3,1,6,4,3,2,1,3,2,3,1,5,3,4,2,1,3,1 +2024-06-20,0.9528661,2,6,1,5,6,2,3,2,1,2,1,1,5,2,2,5,5,2,2,5,3 +2024-06-20,0.93703866,1,4,1,3,2,2,2,2,2,2,1,2,1,1,3,1,2,1,2,2,2 +2024-06-20,1.0422887,1,6,1,2,3,5,5,3,4,3,1,2,4,2,6,4,3,1,2,3,2 +2024-06-20,0.9528661,3,4,1,4,2,3,5,2,2,4,2,2,3,3,4,2,3,2,2,2,3 +2024-06-20,1.0127593,3,5,3,5,2,4,5,3,2,5,4,2,4,4,5,2,4,2,2,3,2 +2024-06-20,1.0419323,4,6,1,5,2,4,1,1,1,2,1,2,6,2,6,5,6,2,2,3,2 +2024-06-20,0.9874631,3,5,2,4,2,5,5,2,2,2,3,2,4,3,5,2,5,2,1,3,3 +2024-06-20,1.0127593,2,6,1,5,2,4,2,3,4,3,2,2,4,2,6,2,5,2,2,4,4 +2024-06-20,0.9895682,2,3,1,5,3,3,6,1,3,2,1,2,3,3,4,4,3,1,2,4,3 +2024-06-20,1.0053298,3,6,1,4,4,3,2,3,3,5,1,3,5,4,2,3,5,3,1,4,5 +2024-06-20,1.0419323,2,4,2,2,5,3,5,2,5,2,3,2,3,4,2,2,3,1,2,3,1 +2024-06-20,0.9461035,3,5,3,4,3,3,5,3,3,4,1,2,4,4,4,4,4,2,3,3,2 +2024-06-20,0.9857699,3,6,1,3,2,1,2,1,1,3,2,1,2,4,5,2,5,2,2,2,2 +2024-06-20,1.0318297,3,3,2,4,1,3,2,2,1,2,2,2,5,2,4,1,4,1,1,3,3 +2024-06-20,1.0053298,2,3,2,3,2,2,2,2,2,2,1,1,2,2,4,2,2,2,1,2,2 +2024-06-20,0.9873727,4,4,2,4,3,4,2,2,2,4,4,3,3,2,4,2,2,2,2,3,2 +2024-06-20,1.0127593,2,5,2,5,1,5,2,2,2,2,1,2,4,2,6,2,3,3,2,1,3 +2024-06-20,1.0007535,4,4,2,1,2,4,3,4,3,2,1,1,3,4,3,,,1,1,2,2 +2024-06-20,1.0196493,2,4,2,2,1,2,2,2,2,2,2,2,2,2,4,2,2,2,2,2,2 +2024-06-20,0.93703866,2,4,2,5,1,5,6,5,6,5,1,3,4,6,5,2,5,2,3,1,3 +2024-06-20,1.0134096,2,3,1,4,2,2,4,3,3,3,1,1,1,1,2,3,3,2,3,3,2 +2024-06-20,0.99124104,3,3,2,3,3,3,3,2,3,2,2,2,3,2,4,2,3,2,2,2,3 +2024-06-20,0.9857699,2,5,3,5,4,3,5,2,2,3,3,2,5,3,3,3,4,3,2,6,2 +2024-06-20,0.9895682,2,4,1,2,4,2,3,2,3,2,1,2,2,2,2,2,3,2,2,4,2 +2024-06-20,1.0035002,3,5,2,2,2,3,2,3,3,4,1,2,4,3,4,3,5,2,2,4,3 +2024-06-20,0.996883,4,5,2,3,2,3,3,2,2,3,2,1,2,2,3,2,2,2,3,2,2 +2024-06-20,0.93703866,2,5,1,1,6,1,2,1,1,2,1,1,5,3,2,2,5,1,2,2,1 +2024-06-20,1.051896,2,4,2,2,2,3,2,1,2,4,2,1,3,2,4,2,4,2,1,1,4 +2024-06-20,0.98657596,1,4,2,1,1,3,3,3,2,2,2,1,2,4,2,2,4,1,2,2,4 +2024-06-20,1.0143288,2,5,3,3,4,3,4,3,5,3,3,2,3,3,3,4,4,2,3,3,2 +2024-06-20,0.9528661,2,4,2,3,2,3,5,2,5,3,2,3,4,4,4,2,3,2,2,4,4 +2024-06-20,0.9857699,1,4,2,2,3,3,5,3,4,4,4,2,4,3,5,4,4,2,1,3,3 +2024-06-20,1.0053298,3,4,3,2,1,4,3,3,5,2,2,3,2,3,3,3,4,2,3,4,3 +2024-06-20,0.9748403,4,5,1,4,3,4,5,2,3,4,2,1,3,3,5,4,4,1,3,3,2 +2024-06-20,1.0127593,3,5,2,3,2,4,3,2,3,5,3,1,5,3,5,2,3,2,1,2,3 +2024-06-20,0.9672266,3,4,2,4,2,4,4,3,3,4,3,2,6,3,4,4,5,2,3,3,3 +2024-06-20,0.96936256,4,3,3,3,3,1,2,3,2,2,1,1,3,2,2,3,3,3,2,4,2 +2024-06-20,0.98657596,1,3,1,2,4,2,5,2,3,2,1,3,2,5,2,5,5,4,1,3,3 +2024-06-20,1.0127593,3,5,2,5,2,3,2,1,3,3,1,1,3,2,5,3,3,1,1,5,2 +2024-06-20,0.99124104,3,5,2,2,2,4,2,2,2,5,2,2,2,2,5,2,3,2,2,2,2 +2024-06-20,1.0007535,2,5,1,3,3,5,2,1,2,3,5,2,4,3,6,5,5,2,2,5,5 +2024-06-20,1.0081737,2,5,1,3,3,1,3,1,4,2,1,4,4,2,5,5,,,4,4,2 +2024-06-20,1.0053298,2,4,2,4,5,2,5,2,3,4,2,2,3,2,2,4,3,2,3,5,3 +2024-06-20,1.0007535,2,3,1,4,5,2,6,3,3,2,1,2,5,3,3,5,5,1,2,5,2 +2024-06-20,0.9857699,5,5,1,5,1,5,5,1,5,2,1,2,5,2,5,2,5,2,2,5,2 +2024-06-20,0.9461035,2,6,2,5,2,2,5,2,5,3,2,2,5,2,5,2,5,2,2,5,2 +2024-06-20,1.0053298,2,3,2,2,3,1,2,1,4,2,1,2,3,1,2,2,3,1,1,2,2 +2024-06-20,1.0127593,2,5,2,2,4,5,5,2,5,2,1,2,5,5,3,5,5,3,2,2,1 +2024-06-20,0.9895682,2,6,1,2,1,2,5,2,3,2,2,2,2,2,3,2,3,1,2,1,2 +2024-06-20,0.9857699,2,6,2,5,1,4,3,1,2,5,2,1,6,3,6,1,4,2,3,2,3 +2024-06-20,0.93703866,3,6,2,3,2,4,2,2,3,2,2,1,3,2,3,2,4,2,2,1,1 +2024-06-20,1.0007535,2,3,2,3,3,1,5,1,4,1,1,3,1,4,3,6,5,3,2,5,1 +2024-06-20,0.98657596,2,5,2,3,2,5,2,4,2,3,3,2,3,5,4,2,2,3,2,3,2 +2024-06-20,0.99584943,5,5,2,4,2,5,4,3,4,3,2,1,4,3,5,3,2,3,2,2,4 +2024-06-20,0.99584943,3,4,3,6,1,1,6,2,3,3,1,1,6,1,1,3,3,1,3,3,2 +2024-06-20,1.0318297,2,3,1,2,5,5,6,1,4,3,1,2,4,3,4,5,5,2,3,4,2 +2024-06-20,0.99584943,5,5,2,3,2,5,4,3,2,2,1,1,4,1,5,1,2,1,1,1,4 +2024-06-20,0.996883,6,6,3,5,5,5,3,,,,4,2,6,6,6,6,6,6,6,6,6 +2024-06-20,1.0035002,4,3,3,3,2,4,4,3,3,1,2,2,3,3,4,3,4,1,3,3,1 +2024-06-20,1.0238738,3,5,3,4,2,5,1,3,2,4,1,1,4,3,6,1,2,2,2,1,3 +2024-06-20,0.9942842,2,2,2,2,2,3,2,3,4,2,2,2,2,1,3,2,2,1,3,2,3 +2024-06-20,1.0134096,4,4,1,6,5,3,6,4,4,2,3,5,6,4,3,6,6,4,3,6,3 +2024-06-20,1.0142426,2,2,2,2,1,5,1,5,5,2,1,4,2,2,6,2,2,3,3,2,5 +2024-06-20,1.0318297,1,6,6,3,3,2,4,2,6,5,2,2,3,4,3,3,4,2,1,6,4 +2024-06-20,0.9857699,3,3,1,3,2,2,2,2,4,2,2,2,3,3,3,4,2,1,1,3,4 +2024-06-20,0.9528661,2,2,2,3,2,1,2,3,3,2,1,1,2,1,2,1,3,1,2,2,1 +2024-06-20,1.0143288,3,6,2,5,2,3,2,2,2,4,4,2,6,3,5,2,5,3,2,4,3 +2024-06-20,0.9748403,3,5,3,2,3,4,3,2,1,3,2,2,4,2,4,3,2,2,3,2,2 +2024-06-20,1.0127593,1,5,2,2,3,1,5,5,4,2,1,1,2,2,1,4,5,1,1,4,2 +2024-06-20,1.0053298,3,6,1,4,3,4,3,2,2,4,3,2,4,2,6,3,4,2,2,3,4 +2024-06-20,0.93703866,3,4,3,2,1,5,2,3,1,3,3,3,4,2,6,2,4,2,3,3,3 +2024-06-20,0.98657596,1,5,1,2,2,4,5,2,2,3,3,1,3,2,5,2,3,1,1,5,3 +2024-06-20,0.9857699,1,4,1,3,1,2,4,2,2,2,1,1,5,2,1,1,2,3,1,2,2 +2024-06-20,0.996883,2,5,3,4,4,3,5,3,6,5,2,3,4,4,5,4,5,3,1,4,5 +2024-06-20,0.9528661,2,5,3,3,3,3,5,2,2,1,1,4,5,4,2,5,4,2,1,6,1 +2024-06-20,1.0259477,2,5,1,2,3,3,5,1,4,2,1,1,3,2,4,5,5,1,2,4,1 +2024-06-20,1.0196493,2,6,2,5,3,4,4,3,2,4,2,2,5,3,6,4,5,2,3,2,2 +2024-06-20,1.0318297,1,4,1,1,1,1,1,1,1,4,1,1,1,1,2,4,1,1,1,1,1 +2024-06-20,0.9384855,1,6,1,6,4,2,4,1,2,3,1,3,6,4,2,5,5,2,1,4,1 +2024-06-20,1.082278,1,3,2,2,1,3,2,2,2,2,1,1,2,1,2,3,2,1,1,2,2 +2024-06-20,1.0422887,2,5,2,3,4,3,3,3,3,4,2,2,3,2,4,3,3,3,2,4,2 +2024-06-20,1.082278,3,2,1,2,5,2,3,2,2,2,2,2,3,3,3,2,3,1,2,2,1 +2024-06-20,0.926864,2,3,2,2,3,4,2,1,2,3,2,1,2,3,4,2,3,1,2,3,3 +2024-06-20,1.0007535,5,3,1,5,2,5,6,1,2,2,1,2,5,3,5,6,5,2,3,6,3 +2024-06-20,0.99878466,2,5,2,4,3,4,5,2,3,4,2,3,4,4,4,4,5,3,2,4,3 +2024-06-20,1.0127593,2,5,2,5,5,3,4,2,2,3,1,1,5,5,3,4,3,1,1,3,4 +2024-06-20,0.9868016,2,5,1,3,2,2,3,2,2,3,3,1,4,4,5,2,5,1,2,2,3 +2024-06-20,1.0053298,4,4,3,5,3,3,3,3,3,5,3,2,2,3,3,2,3,3,4,4,3 +2024-06-20,1.0419323,2,5,1,3,3,2,2,2,1,2,4,2,5,3,4,3,5,3,3,5,3 +2024-06-20,1.0035002,2,3,2,4,2,4,3,5,3,2,2,2,3,2,3,3,5,2,3,2,2 +2024-06-20,0.9895682,3,3,2,2,2,1,2,2,2,2,2,2,2,2,3,2,2,1,3,2,3 +2024-06-20,1.0142426,2,4,2,2,1,2,2,3,3,3,2,3,2,3,4,1,3,2,1,2,1 +2024-06-20,1.082278,2,4,1,2,2,2,5,1,6,3,1,1,2,3,2,4,3,1,3,3,2 +2024-06-20,0.9528661,1,3,1,3,4,2,5,1,2,3,1,1,3,4,2,3,4,2,2,3,2 +2024-06-20,1.0559736,2,1,1,3,3,3,4,2,1,2,3,2,2,2,4,1,3,1,2,2,1 +2024-06-20,0.9461035,3,4,2,3,3,3,4,3,3,3,3,3,3,3,4,3,4,2,2,3,3 +2024-06-20,0.9748403,3,2,2,2,4,3,5,3,4,2,1,2,1,2,4,4,4,2,2,4,2 +2024-06-20,0.99878466,2,5,2,3,4,2,5,2,2,4,2,2,4,5,3,2,5,2,3,2,3 +2024-06-20,1.0134096,1,5,1,2,3,2,4,2,3,2,1,2,2,2,5,3,4,2,1,5,2 +2024-06-20,0.9672266,3,5,2,3,5,3,2,1,3,2,1,1,5,3,5,1,5,1,3,5,3 +2024-06-20,1.0422887,4,4,3,2,2,5,3,2,2,4,4,2,5,3,5,2,3,2,3,2,2 +2024-06-20,1.0238738,2,4,2,2,3,1,4,3,2,5,3,1,3,3,4,2,5,1,4,2,1 +2024-06-20,1.0142426,3,5,3,5,1,2,2,3,1,4,2,1,5,3,6,1,4,1,1,1,1 +2024-06-20,0.9528661,2,5,2,4,3,2,5,2,2,2,2,2,2,2,3,2,4,2,2,3,2 +2024-06-20,0.9672266,3,4,3,4,3,4,3,3,3,4,3,2,5,3,5,4,4,3,2,3,3 +2024-06-20,0.99124104,4,4,3,3,3,3,3,1,4,3,3,2,3,3,4,3,3,2,1,4,3 +2024-06-20,0.9748403,2,3,3,2,3,2,3,4,4,2,3,2,2,2,2,4,3,3,2,2,2 +2024-06-20,0.9868016,3,3,3,2,2,1,5,2,5,2,3,2,3,3,4,5,1,1,3,2,1 +2024-06-20,1.0142426,3,5,2,4,4,1,4,2,5,2,2,1,5,2,6,2,5,2,2,3,2 +2024-06-20,0.926864,2,,,,6,,,2,2,2,,,3,1,5,3,5,,2,2,3 +2024-06-20,1.0142426,2,4,2,3,2,3,2,2,3,3,2,3,3,2,4,3,3,2,2,5,2 +2024-06-20,1.0744566,1,6,1,5,3,2,2,1,2,4,2,2,5,2,5,5,5,2,1,2,1 +2024-06-20,0.996883,2,5,2,3,2,2,3,2,4,4,1,2,3,1,3,3,4,1,1,4,3 +2024-06-20,0.99124104,3,5,2,5,4,5,5,1,5,3,1,2,5,3,5,5,2,1,1,3,4 +2024-06-20,1.082278,4,2,3,2,2,3,4,3,3,2,2,3,2,4,4,4,4,2,1,1,2 +2024-06-20,0.9528661,2,5,2,3,1,4,2,4,3,1,1,2,3,5,1,4,1,2,2,5,1 +2024-06-20,1.0007535,,,,,,,,,,,,,,,,,,,,, +2024-06-20,1.0452228,3,5,2,2,3,2,2,3,2,2,2,2,4,3,3,2,4,2,3,4,2 +2024-06-20,1.0419323,1,5,1,3,1,3,4,1,4,2,1,1,4,3,2,2,2,2,3,2,3 +2024-06-20,0.9937498,3,3,2,2,4,2,3,3,4,3,3,3,3,3,3,3,3,2,4,2,2 +2024-06-20,1.0053298,2,5,2,3,4,2,2,2,2,4,3,2,2,4,3,2,2,1,3,2,4 +2024-06-20,0.9492825,2,5,2,3,3,2,3,2,2,4,2,1,5,3,4,4,5,2,3,3,2 +2024-06-20,1.0127593,2,4,2,3,5,3,5,2,3,2,2,2,3,4,2,2,2,2,2,3,2 +2024-06-20,0.996883,1,3,2,3,2,2,2,3,2,2,1,2,2,2,4,2,2,1,2,2,2 +2024-06-20,1.0143288,2,5,1,1,2,3,2,2,5,5,2,2,4,2,4,3,2,2,2,2,5 +2024-06-20,0.9492825,2,4,1,5,3,2,2,1,2,2,3,1,4,5,3,2,2,2,4,5,2 +2024-06-20,1.0127593,2,3,2,3,2,5,3,2,2,3,3,2,3,4,5,2,4,3,2,3,2 +2024-06-20,0.9492825,2,4,2,4,4,3,4,2,3,2,2,2,4,3,3,3,4,2,2,5,3 +2024-06-20,1.0419323,4,5,2,5,2,5,2,2,2,5,5,2,5,1,5,1,4,1,2,3,5 +2024-06-20,0.9868016,2,4,1,3,3,2,4,2,3,2,1,2,3,3,3,3,4,5,2,3,2 +2024-06-20,1.0238738,4,4,3,4,3,5,4,3,2,3,2,2,4,4,4,3,4,3,3,3,4 +2024-06-20,0.98636466,5,5,1,5,3,4,3,1,2,3,2,1,4,2,5,2,4,2,2,2,3 +2024-06-20,1.0102389,1,4,2,2,5,1,3,2,1,2,1,2,4,2,1,5,5,1,1,5,1 +2024-06-20,0.996883,4,6,6,6,6,6,6,1,5,3,2,4,4,5,5,5,5,4,2,2,4 +2024-06-20,0.9857699,3,5,2,4,3,4,2,2,3,3,2,3,5,1,5,2,3,2,3,2,2 +2024-06-20,0.9857699,2,5,1,2,2,1,5,2,3,4,1,2,4,6,,5,3,1,2,5,2 +2024-06-20,1.0419323,2,5,1,3,2,2,5,2,3,2,3,1,4,2,4,3,3,1,1,2,2 +2024-06-20,1.0102389,3,6,3,5,3,4,5,3,5,4,3,2,5,5,5,6,5,5,3,3,5 +2024-06-20,1.0127593,2,5,3,2,3,5,5,3,5,3,1,2,5,4,5,5,4,1,2,2,1 +2024-06-20,1.0007535,3,4,3,4,4,3,2,2,3,4,4,2,5,3,4,3,4,2,2,2,5 +2024-06-20,1.0035002,3,3,4,3,2,4,5,3,3,2,2,3,2,2,4,2,3,2,3,4,2 +2024-06-20,1.0134096,3,5,3,2,4,5,3,1,3,4,3,3,3,6,5,3,6,2,2,2,3 +2024-06-20,1.0102389,3,4,1,2,2,3,1,3,1,2,3,3,3,1,5,2,3,3,2,3,3 +2024-06-20,1.0744566,2,4,2,3,4,3,4,2,4,2,2,2,4,4,4,3,4,2,2,4,3 +2024-06-20,0.9384855,4,4,1,1,2,1,4,2,5,4,3,1,2,3,2,5,3,1,1,3,2 +2024-06-20,0.9528661,3,3,2,2,2,4,3,2,2,3,2,2,2,1,3,2,3,2,3,2,2 +2024-06-20,1.0142426,2,4,2,5,2,5,2,2,5,3,2,1,5,2,6,2,5,2,1,2,2 +2024-06-20,0.93703866,3,6,2,5,4,3,4,1,3,3,2,3,5,3,5,5,6,1,1,2,2 +2024-06-20,1.0452228,5,5,2,3,2,5,3,2,2,2,2,1,5,2,5,2,5,1,3,4,2 +2024-06-20,1.0142426,2,6,1,6,2,2,3,2,2,3,2,2,5,2,5,2,5,2,2,2,3 +2024-06-20,1.0053298,2,5,2,4,4,3,5,2,1,2,1,2,4,2,4,3,4,1,3,4,1 +2024-06-20,1.0102389,2,3,2,2,2,3,1,2,2,2,1,2,2,1,4,3,3,3,1,2,2 +2024-06-20,0.9492825,1,3,2,4,3,1,2,2,4,2,1,2,3,2,1,3,3,1,1,2,1 +2024-06-20,1.0559736,1,6,2,3,2,1,4,2,3,2,1,2,5,5,2,3,3,2,3,5,2 +2024-06-20,0.9942842,1,6,5,2,5,1,5,1,5,2,3,2,2,6,2,5,3,2,2,2,2 +2024-06-20,0.99878466,2,5,2,5,2,2,4,5,2,4,2,1,2,2,3,2,4,4,3,5,2 +2024-06-20,0.9868016,3,3,2,1,2,5,2,1,2,5,3,1,2,2,5,2,3,1,2,3,4 +2024-06-20,0.9384855,2,5,6,5,5,5,6,5,2,6,2,2,6,6,6,5,5,2,6,2,5 +2024-06-20,1.0143288,3,5,2,3,2,3,3,2,2,2,3,2,5,2,3,3,3,2,1,4,2 +2024-06-20,0.9492825,2,4,1,2,4,3,3,3,3,3,1,3,2,2,3,2,3,2,1,2,2 +2024-06-20,1.0127593,3,5,2,5,5,2,4,2,3,3,2,3,5,4,4,4,4,2,2,5,2 +2024-06-20,1.0744566,2,5,5,5,2,3,4,2,5,5,5,2,2,2,5,2,2,2,2,2,2 +2024-06-20,1.0238738,4,6,1,4,2,4,2,2,2,3,2,1,2,3,5,2,3,1,1,1,1 +2024-06-20,0.98657596,2,4,2,5,5,3,5,2,3,4,1,4,5,3,2,4,3,2,3,6,3 +2024-06-20,0.93703866,2,2,1,2,2,2,2,3,3,3,3,3,3,3,2,2,2,2,2,2,3 +2024-06-20,0.9868016,4,4,1,2,2,4,3,2,2,3,2,1,2,3,5,1,3,1,2,2,3 +2024-06-20,0.98636466,1,3,1,4,3,2,5,2,2,3,1,1,2,5,3,3,3,2,2,2,2 +2024-06-20,0.9942842,1,4,3,5,6,2,2,2,2,6,1,1,4,2,3,4,3,2,3,3,5 +2024-06-20,1.0134096,5,4,3,2,3,4,4,1,3,2,2,4,3,5,4,5,4,1,4,4,2 +2024-06-20,1.0335038,3,2,2,3,3,3,3,3,4,2,2,3,3,2,3,3,2,1,2,2,3 +2024-06-20,1.0007535,1,3,2,2,3,2,2,4,5,2,1,2,2,4,1,2,2,2,3,4,1 +2024-06-20,0.9528661,2,6,2,3,5,2,5,3,5,3,2,2,3,3,3,1,3,2,2,3,3 +2024-06-20,0.99124104,3,3,2,3,2,1,6,2,2,2,2,3,4,5,1,4,4,2,2,3,2 +2024-06-20,1.0559736,1,3,3,1,2,2,5,2,2,3,1,1,3,2,3,3,2,1,4,3,2 +2024-06-20,0.99878466,4,3,1,2,1,3,1,2,2,3,1,3,1,2,4,2,4,2,2,2,3 +2024-06-20,0.99878466,5,6,1,6,3,3,6,2,3,4,2,1,6,4,5,3,5,1,2,3,2 +2024-06-20,1.0238738,2,5,2,3,2,2,3,2,3,2,2,2,3,2,4,2,4,1,2,2,3 +2024-06-20,1.0318297,2,4,3,2,4,2,2,2,2,3,2,2,2,3,3,3,4,1,2,3,2 +2024-06-20,1.0318297,2,4,2,3,2,2,,2,2,2,1,3,2,1,2,5,2,2,1,2,1 +2024-06-20,1.082278,1,5,1,2,2,2,3,2,2,2,1,2,3,2,2,1,4,1,1,3,1 +2024-06-20,1.0238738,3,3,2,2,1,4,4,2,3,3,2,3,2,1,5,3,4,1,2,2,3 +2024-06-20,1.0238738,1,5,2,5,1,5,,3,2,5,3,2,6,4,6,2,4,2,1,1,2 +2024-06-20,0.9895682,3,5,2,4,2,5,4,3,3,4,2,3,5,3,5,4,4,2,3,3,3 +2024-06-20,1.0134096,2,4,2,2,2,3,3,2,2,2,2,2,3,2,2,2,2,2,2,5,3 +2024-06-20,1.0142426,1,4,1,4,4,1,5,2,2,2,1,1,5,3,3,2,4,1,1,2,3 +2024-06-20,1.0559736,2,1,2,1,3,1,2,1,2,3,2,2,2,2,2,2,3,1,1,2,1 +2024-06-20,1.0143288,6,3,6,3,2,3,3,2,4,2,1,3,2,2,4,4,2,2,1,3,2 +2024-06-20,0.98636466,3,3,3,2,2,3,5,5,3,3,2,2,2,3,2,2,3,2,1,2,2 +2024-06-20,0.92712563,3,4,2,2,4,2,4,1,6,6,1,3,2,4,4,5,5,2,2,3,1 +2024-06-20,1.0559736,3,4,1,3,3,4,3,2,3,3,1,1,4,3,4,5,3,2,3,3,2 +2024-06-20,1.0102389,3,4,1,2,2,2,2,1,3,2,3,2,3,3,5,4,3,1,1,2,1 +2024-06-20,1.051896,2,4,2,3,4,2,4,2,3,3,2,2,3,4,3,4,5,2,3,4,2 +2024-06-20,0.9461035,2,3,2,5,1,2,3,3,2,3,1,3,3,2,3,2,5,2,2,1,1 +2024-06-20,0.9857699,1,3,1,2,2,3,4,2,4,4,1,3,3,3,5,4,,2,1,6,4 +2024-06-20,0.9937498,1,4,2,2,3,2,3,2,3,2,2,3,4,3,2,4,4,2,2,2,2 +2024-06-20,0.9937498,1,3,1,3,3,4,6,3,2,2,1,2,2,3,3,2,3,2,2,4,3 +2024-06-20,0.9874631,2,6,1,5,3,2,4,2,1,2,2,2,5,3,5,3,4,2,1,6,2 +2024-06-20,0.98657596,3,3,2,3,3,4,4,3,2,2,2,2,2,3,4,2,3,2,2,3,2 +2024-06-20,0.9461035,3,6,2,3,2,2,4,2,1,2,1,2,3,2,3,1,4,1,2,4,2 +2024-06-20,0.96936256,1,6,1,3,2,3,5,1,2,3,2,1,4,3,5,5,3,1,1,4,4 +2024-06-20,0.9528661,3,5,2,2,2,2,2,3,2,2,2,2,3,2,5,2,5,2,2,5,2 +2024-06-20,1.0134096,1,2,2,3,1,2,5,2,3,2,1,1,1,2,1,3,3,2,2,3,2 +2024-06-20,0.9384855,2,5,1,3,5,1,4,1,3,2,3,1,4,4,3,4,5,3,2,4,1 +2024-06-20,1.0196493,2,6,1,5,1,1,6,3,1,6,1,1,6,1,5,1,5,2,5,2,2 +2024-06-20,0.9857699,6,5,2,5,2,5,3,4,3,3,2,2,3,1,4,3,2,3,3,4,4 +2024-06-20,0.9857699,2,5,3,4,5,3,3,2,2,2,3,3,4,2,3,3,4,2,3,2,3 +2024-06-20,0.9672266,4,6,3,4,4,3,4,2,3,4,3,1,5,3,4,4,5,2,3,3,4 +2024-06-20,0.996883,3,5,2,2,3,3,2,3,4,5,3,3,3,2,5,2,3,2,2,3,3 +2024-06-20,1.051896,2,5,2,4,3,2,2,2,3,3,2,2,4,2,2,4,4,1,2,4,2 +2024-06-20,1.0422887,1,3,2,4,4,3,4,2,3,2,1,2,2,3,4,4,4,3,3,4,2 +2024-06-20,0.98657596,2,6,2,3,4,2,3,2,3,2,5,2,5,2,3,3,4,2,2,4,3 +2024-06-20,1.051896,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 +2024-06-20,1.0007535,3,5,1,2,2,4,2,2,4,3,1,2,4,2,5,3,3,1,1,6,3 +2024-06-20,1.051896,2,3,4,3,2,2,3,3,3,2,2,2,2,4,1,4,3,1,3,2,2 +2024-06-20,1.0127593,2,4,1,4,4,4,6,1,2,2,1,1,2,4,4,2,4,2,3,4,2 +2024-06-20,0.9492825,1,3,4,2,3,3,3,2,3,3,2,3,2,5,5,5,3,4,4,4,3 +2024-06-20,1.051896,2,3,3,2,3,4,3,3,3,2,3,2,3,,1,3,,2,2,4,2 +2024-06-20,1.0238738,1,6,2,5,4,2,2,2,2,3,1,2,5,3,3,3,5,2,1,3,2 +2024-06-20,0.9874631,1,2,2,3,1,2,1,2,2,1,1,2,2,2,5,1,2,2,1,3,1 +2024-06-20,0.9873727,3,5,2,2,3,2,3,3,3,4,3,4,3,4,4,4,2,2,3,3,3 +2024-06-20,1.0559736,2,5,2,5,3,3,4,2,2,3,3,2,5,3,4,4,5,2,3,4,2 +2024-06-20,1.0318297,3,6,1,6,1,5,2,2,4,6,2,1,4,1,5,2,5,4,2,1,2 +2024-06-20,0.9868016,2,6,3,3,3,4,2,3,3,3,4,2,3,3,4,3,2,2,4,2,2 +2024-06-20,0.99124104,1,4,2,2,3,2,2,2,2,3,2,2,4,2,3,2,3,2,1,2,2 +2024-06-20,0.926864,2,3,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2 +2024-06-20,0.9857699,3,6,3,4,3,2,4,2,2,4,4,2,5,3,6,5,5,2,2,2,2 +2024-06-20,1.082278,2,3,1,3,1,2,1,3,3,2,3,2,3,2,4,2,3,1,1,2,2 +2024-06-20,0.9672266,1,3,2,3,2,1,3,3,4,2,2,3,3,3,4,2,3,2,1,4,3 +2024-06-20,0.9528661,2,4,1,3,5,4,6,1,3,1,3,1,2,4,1,3,6,1,3,3,1 +2024-06-20,1.0053298,1,4,2,4,2,2,2,2,2,3,3,2,4,2,4,2,3,2,3,3,2 +2024-06-20,1.0238738,3,5,2,5,2,5,3,2,2,2,2,2,5,2,5,2,5,2,2,2,3 +2024-06-20,0.99878466,1,5,1,1,2,2,2,2,3,4,2,2,4,3,5,3,3,2,2,3,5 +2024-06-20,0.99878466,2,4,3,1,1,2,3,3,2,3,2,2,1,3,4,3,2,2,2,4,2 +2024-06-20,0.9384855,3,5,2,2,2,2,5,2,3,2,2,1,2,2,2,2,2,2,2,2,2 +2024-06-20,1.0134096,2,5,2,3,1,3,4,3,,2,2,4,3,2,5,3,3,3,2,3,2 +2024-06-20,0.99584943,1,4,1,3,3,2,3,1,3,3,1,1,2,3,6,2,5,2,1,5,4 +2024-06-20,1.0053298,3,3,2,2,2,3,2,3,3,3,3,3,2,2,3,3,3,2,3,2,4 +2024-06-20,0.99124104,2,3,2,2,1,1,2,2,3,1,1,1,2,2,3,2,4,2,3,3,2 +2024-06-20,1.051896,3,5,2,3,3,4,4,2,3,2,1,4,3,4,5,3,4,1,2,3,2 +2024-06-20,0.99584943,3,5,2,4,2,3,3,2,2,3,2,2,4,3,4,4,3,2,3,4,4 +2024-06-20,1.0053298,2,5,5,5,3,4,5,2,4,3,2,4,3,2,5,3,3,2,3,6,5 +2024-06-20,0.93703866,3,3,2,2,3,3,3,2,3,4,2,2,2,2,4,2,2,2,2,3,3 +2024-06-20,0.9672266,5,5,3,2,3,2,4,2,3,4,2,4,5,3,6,3,3,2,2,3,2 +2024-06-20,1.051896,3,4,1,3,4,3,2,1,3,2,3,3,4,4,3,4,3,2,1,5,1 +2024-06-20,0.9461035,3,5,2,3,2,5,5,5,4,5,3,2,5,3,5,3,5,3,2,2,3 +2024-06-20,0.98636466,2,5,2,2,2,4,3,5,4,3,1,2,1,5,5,5,5,4,1,3,5 +2024-06-20,0.9474674,2,6,1,2,2,2,3,2,2,3,3,1,4,1,6,2,3,1,1,1,2 +2024-06-20,1.0318297,3,5,3,5,3,3,6,2,4,5,1,2,4,2,3,4,5,2,2,2,2 +2024-06-20,0.9857699,1,3,1,3,3,1,4,1,2,3,1,2,2,2,2,2,2,2,1,5,1 +2024-06-20,0.996883,1,5,1,6,1,1,2,2,2,3,1,1,6,3,1,2,3,1,1,6,2 +2024-06-20,0.98657596,2,4,2,3,5,2,4,2,4,3,1,2,4,4,3,4,5,2,3,4,3 +2024-06-20,1.0238738,3,6,1,4,2,2,4,2,4,4,1,2,5,3,6,3,2,2,1,4,2 +2024-06-20,0.9748403,2,3,1,3,3,2,4,1,3,2,1,2,4,2,4,3,2,1,1,2,3 +2024-06-20,0.9461035,2,5,2,4,1,3,5,2,5,4,1,3,4,2,5,2,3,2,2,2,4 +2024-06-20,0.996883,3,5,2,3,4,3,4,3,3,3,2,3,2,3,4,3,4,2,3,3,2 +2024-06-20,1.0053298,4,6,2,3,4,3,4,2,2,5,3,2,5,3,5,2,5,2,3,2,2 +2024-06-20,1.0318297,2,4,2,3,4,3,2,2,4,2,1,2,3,3,4,3,4,2,2,2,2 +2024-06-20,1.0238738,2,6,2,3,2,5,4,2,1,2,2,1,5,3,6,2,4,2,2,2,2 +2024-06-20,0.9895682,1,6,1,5,2,4,3,2,3,2,1,1,2,2,4,2,2,2,1,3,2 +2024-06-20,0.996883,5,5,2,4,2,5,1,3,2,4,1,1,2,1,4,1,2,1,2,2,3 +2024-06-20,0.99584943,1,4,1,1,2,2,6,3,4,3,2,2,2,2,2,2,3,2,1,1,1 +2024-06-20,1.0238738,3,4,2,4,3,4,4,3,2,5,2,1,5,4,6,5,3,2,2,2,5 +2024-06-20,1.0053298,3,5,2,5,2,5,4,2,3,3,2,2,2,2,5,5,3,2,2,3,3 +2024-06-20,1.0053298,3,4,3,2,2,2,2,2,2,2,2,2,3,2,3,3,4,2,2,2,2 +2024-06-20,0.9895682,2,5,2,1,4,4,5,1,4,2,1,2,5,6,3,6,4,1,1,2,3 +2024-06-20,1.0053298,2,5,2,5,5,1,5,1,2,5,1,2,4,2,4,5,3,1,2,2,1 +2024-06-20,0.9528661,3,5,2,4,3,5,4,2,2,3,3,2,4,2,5,2,5,2,2,2,2 +2024-06-20,1.082278,1,2,1,3,2,4,2,3,3,3,2,1,1,3,4,4,3,1,3,1,2 +2024-06-20,0.99584943,3,4,2,3,3,3,3,2,3,3,2,2,3,2,3,4,4,2,2,2,2 +2024-06-20,1.082278,2,2,2,2,2,2,,2,,,5,2,2,,,2,,,2,2, +2024-06-20,1.0127593,3,4,3,5,4,4,2,3,3,4,3,2,4,4,5,2,4,3,2,2,3 +2024-06-20,0.9895682,6,6,1,1,3,3,1,1,,6,1,1,4,1,6,1,3,4,1,1,1 +2024-06-20,0.99584943,6,3,2,4,1,6,2,2,1,3,3,2,5,2,6,1,3,2,1,5,2 +2024-06-20,1.082278,1,2,2,2,2,2,3,2,3,3,1,2,2,1,2,3,2,2,1,2,2 +2024-06-20,0.9857699,1,4,6,2,3,1,5,2,6,3,1,4,2,5,3,4,4,2,2,5,2 +2024-06-20,1.0744566,3,4,3,3,3,2,4,3,,,1,3,2,4,4,3,3,2,2,4,4 +2024-06-20,1.0559736,2,3,2,4,3,1,6,3,3,2,2,2,3,3,2,5,3,1,3,4,1 +2024-06-20,1.0318297,2,4,1,2,3,1,3,2,2,3,1,1,4,2,1,1,5,1,2,6,2 +2024-06-20,0.9857699,1,5,2,4,2,1,4,1,2,3,1,2,5,4,3,3,4,2,2,3,1 +2024-06-20,0.9528661,1,6,1,3,3,2,2,1,5,5,5,2,5,3,6,4,6,2,1,6,4 +2024-06-20,0.9857699,1,5,1,3,2,1,4,1,5,2,2,1,5,2,3,3,3,1,1,3,2 +2024-06-20,0.9474674,3,5,2,3,3,2,4,2,3,4,2,3,4,2,4,3,4,3,2,2,2 +2024-06-20,1.0007535,3,4,3,5,4,2,6,3,2,2,2,2,5,3,4,5,6,3,3,2,2 +2024-06-20,1.0238738,4,4,2,4,2,5,3,4,4,2,3,2,5,3,6,3,5,2,3,4,3 +2024-06-20,1.0318297,3,6,2,5,3,4,5,2,5,4,1,2,5,5,5,5,4,2,2,3,2 +2024-06-20,0.9857699,3,6,1,2,4,2,5,3,5,1,2,1,4,3,4,4,5,1,2,2,1 +2024-06-20,0.926864,3,5,2,3,3,4,2,3,1,4,3,1,4,2,4,2,4,1,2,2,2 +2024-06-20,1.0035002,3,3,2,2,2,3,3,2,2,3,2,2,4,4,4,3,3,2,2,4,4 +2024-06-20,1.0007535,1,5,2,2,4,2,4,2,4,4,2,2,3,4,3,3,4,1,3,2,5 +2024-06-20,1.0127593,3,5,2,5,3,3,5,3,5,2,2,1,5,4,5,3,3,3,2,4,2 +2024-06-20,0.9857699,1,5,2,3,3,2,4,3,6,3,2,3,4,4,2,5,4,3,4,3,2 +2024-06-20,0.9748403,2,6,2,2,3,3,3,2,3,2,1,2,3,2,4,3,2,1,3,4,1 +2024-06-20,1.0142426,5,2,1,3,1,4,4,3,2,3,2,1,3,2,5,2,4,2,2,2,2 +2024-06-20,0.99878466,2,4,3,2,3,2,2,3,4,2,2,3,2,2,4,2,3,2,2,3,2 +2024-06-20,1.051896,2,2,1,3,4,2,2,3,2,1,3,1,4,2,3,2,4,1,4,3,2 +2024-06-20,0.9942842,2,6,2,6,1,3,2,2,3,5,1,3,6,3,6,2,2,2,1,6,3 +2024-06-20,0.9672266,2,3,1,4,2,3,2,2,2,2,2,2,4,2,4,2,3,1,3,2,3 +2024-06-20,0.9528661,4,3,2,3,2,4,2,3,2,2,2,3,4,3,4,2,3,2,3,4,3 +2024-06-20,0.99878466,2,5,2,3,2,3,3,2,3,3,2,2,3,3,4,2,4,3,3,3,2 +2024-06-20,0.9895682,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.9474674,3,4,1,3,4,5,5,3,1,4,2,2,4,3,5,2,2,2,2,4,2 +2024-06-20,1.0134096,3,5,2,3,2,4,3,1,2,4,2,1,4,3,6,2,4,1,2,5,3 +2024-06-20,0.996883,4,5,2,2,4,3,2,2,1,2,1,2,2,2,4,2,2,2,2,2,3 +2024-06-20,0.9528661,3,5,1,2,2,4,6,2,6,2,2,3,6,5,6,5,5,1,1,4,2 +2024-06-20,1.082278,3,4,3,2,4,3,4,3,1,3,3,3,4,,3,4,4,1,4,,3 +2024-06-20,1.051896,2,3,2,3,3,4,3,3,4,2,2,3,3,2,4,3,3,2,2,2,3 +2024-06-20,0.9937498,3,5,2,3,5,1,4,3,5,3,2,1,3,4,2,5,6,1,4,3,2 +2024-06-20,0.996883,2,4,1,4,2,3,2,1,1,2,2,1,5,2,5,2,3,4,2,2,2 +2024-06-20,0.9873727,5,5,2,4,3,5,2,3,2,2,2,2,3,3,5,2,2,2,2,3,5 +2024-06-20,0.9748403,1,3,1,5,2,2,1,2,2,2,4,1,1,1,1,1,1,1,1,1,1 +2024-06-20,1.082278,2,3,2,2,2,2,2,2,1,2,1,2,1,2,2,2,2,1,3,4,4 +2024-06-20,0.9528661,3,4,1,1,1,3,2,2,3,1,1,1,2,1,4,5,2,2,3,6,3 +2024-06-20,1.0196493,2,5,1,3,5,2,4,1,2,5,1,1,3,4,3,5,4,1,1,3,5 +2024-06-20,1.0081737,2,4,3,2,2,4,3,1,3,2,3,5,4,2,4,3,5,3,1,2,4 +2024-06-20,1.0142426,2,5,2,3,4,5,4,3,5,3,2,3,5,3,4,5,5,2,3,3,4 +2024-06-20,1.0143288,2,6,1,5,4,4,2,3,2,4,4,3,5,5,4,1,5,3,3,3,3 +2024-06-20,0.99878466,1,5,2,5,2,4,4,2,3,4,2,2,5,2,5,3,4,2,2,2,2 +2024-06-20,0.996883,3,4,2,3,4,2,2,2,3,1,1,2,3,3,2,2,4,2,3,3,2 +2024-06-20,1.0559736,3,5,2,3,5,3,4,3,3,4,2,3,3,4,3,3,3,1,2,2,3 +2024-06-20,1.0238738,2,6,1,4,1,5,2,2,3,5,2,3,5,2,6,1,4,1,1,1,5 +2024-06-20,1.0127593,5,5,1,3,2,3,4,2,3,4,1,1,3,3,4,3,3,1,1,2,2 +2024-06-20,1.0007535,1,2,1,1,1,3,1,2,3,2,1,2,1,1,5,1,1,2,1,2,3 +2024-06-20,1.0053298,5,5,2,2,2,5,2,2,2,5,2,3,5,2,5,2,4,2,5,2,2 +2024-06-20,1.0726442,2,3,2,3,3,3,2,2,2,2,2,2,2,2,3,2,3,2,2,3,2 +2024-06-20,0.9873727,1,4,1,3,2,4,2,2,3,5,1,2,4,6,6,2,3,2,1,2,4 +2024-06-20,0.9492825,2,4,2,2,3,3,4,3,3,2,3,2,3,2,3,3,4,2,3,2,2 +2024-06-20,0.99584943,6,5,3,2,3,4,2,1,3,3,2,2,3,5,3,3,2,1,4,3,2 +2024-06-20,0.9868016,2,4,3,2,3,4,4,1,3,3,1,1,2,2,5,3,3,2,2,5,2 +2024-06-20,1.0419323,2,6,2,4,2,2,3,2,2,2,2,1,4,3,3,3,5,2,2,3,2 +2024-06-20,0.9474674,2,3,2,3,2,4,2,2,3,2,3,2,4,4,4,2,5,1,2,4,1 +2024-06-20,1.0053298,2,5,2,2,2,4,2,2,4,3,2,3,2,2,4,1,2,1,1,2,3 +2024-06-20,0.9528661,2,5,2,3,3,3,3,2,3,4,3,2,4,3,3,4,5,3,3,4,3 +2024-06-20,1.0726442,2,4,2,2,5,1,4,2,4,2,4,2,3,3,2,4,5,2,4,5,2 +2024-06-20,1.0007535,1,6,1,2,5,2,6,2,5,3,1,1,3,5,1,6,2,1,1,4,1 +2024-06-20,1.0196493,1,5,2,3,4,1,3,2,3,5,1,3,4,5,2,4,5,2,2,3,2 +2024-06-20,0.996883,1,6,1,6,6,1,6,1,6,3,4,1,6,1,1,2,5,1,2,5,2 +2024-06-20,0.99584943,1,6,1,3,3,4,6,2,2,3,2,1,5,2,3,2,5,2,1,3,1 +2024-06-20,1.0259477,2,3,2,2,4,4,5,1,3,3,2,3,3,4,4,5,5,2,4,6,2 +2024-06-20,1.0102389,2,5,1,6,5,3,3,3,2,5,1,1,5,3,5,2,5,1,1,1,2 +2024-06-20,1.0053298,5,5,2,5,2,5,3,2,4,3,2,2,4,2,4,2,2,2,3,2,4 +2024-06-20,1.0127593,2,3,2,2,3,2,3,2,2,2,2,2,4,3,4,2,2,2,2,2,3 +2024-06-20,0.9895682,2,4,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,1,2 +2024-06-20,1.0007535,1,4,1,2,2,3,4,2,2,2,2,2,3,2,3,3,4,2,3,6,2 +2024-06-20,0.9857699,2,3,2,2,2,3,3,4,3,1,2,2,2,3,5,1,2,2,3,4,3 +2024-06-20,0.9895682,2,4,1,1,2,2,2,,,2,2,2,2,2,5,2,2,2,2,2,2 +2024-06-20,1.0318297,3,4,2,2,2,3,3,2,2,2,2,2,3,3,4,2,2,2,2,2,1 +2024-06-20,1.0419323,1,4,2,3,3,3,3,4,3,4,1,2,4,3,5,3,3,1,3,2,1 +2024-06-20,1.0726442,1,3,2,3,2,4,4,3,2,4,1,3,2,2,6,3,4,3,4,3,3 +2024-06-20,0.9672266,1,1,1,1,4,4,4,5,1,1,1,1,2,2,1,5,2,1,4,4,2 +2024-06-20,1.0726442,3,3,1,3,4,2,6,1,3,2,1,2,2,2,3,4,5,2,2,5,2 +2024-06-20,1.0259477,2,3,3,3,1,4,4,5,1,6,1,3,3,3,5,4,3,1,4,3,2 +2024-06-20,0.99124104,1,3,2,4,5,2,6,1,6,2,1,3,5,5,1,3,5,2,2,3,4 +2024-06-20,0.9857699,5,5,1,4,1,6,5,1,5,5,1,1,3,4,4,1,4,3,1,5,5 +2024-06-20,1.0127593,2,5,2,4,2,3,4,3,4,2,2,3,5,3,5,3,3,2,3,5,2 +2024-06-20,0.996883,4,6,2,5,2,4,2,2,1,4,1,3,4,3,6,2,4,2,2,2,3 +2024-06-20,1.082278,1,4,2,1,1,2,6,2,4,2,1,2,4,2,2,2,3,1,2,5,2 +2024-06-20,1.0127593,2,3,1,3,2,2,4,2,4,3,2,3,3,3,3,3,3,2,2,4,2 +2024-06-20,1.0053298,2,5,2,5,2,2,,2,3,4,1,2,4,2,3,3,5,2,2,2,2 +2024-06-20,0.9873727,1,5,1,2,5,2,5,5,5,2,1,2,2,3,5,5,5,2,1,5, +2024-06-20,1.0142426,1,4,1,3,2,2,3,2,2,3,3,2,3,1,3,3,3,1,1,1,2 +2024-06-20,1.0102389,2,5,2,2,2,2,2,2,5,2,2,1,4,3,5,2,2,2,2,2,2 +2024-06-20,1.0318297,3,5,2,2,2,3,3,2,3,2,2,2,4,3,5,3,4,2,3,2,1 +2024-06-20,0.9492825,1,4,2,3,4,2,5,1,1,3,1,1,3,3,1,2,3,1,2,2,2 +2024-06-20,1.0134096,3,6,1,3,2,1,1,1,1,3,2,2,2,2,2,2,4,2,2,4,1 +2024-06-20,1.0259477,2,5,2,5,2,3,3,2,1,3,4,3,4,3,3,2,4,2,1,5,4 +2024-06-20,0.9492825,4,4,2,2,2,4,4,3,4,3,2,1,6,3,4,5,3,2,4,2,3 +2024-06-20,0.9672266,2,3,2,1,3,2,4,2,5,1,2,2,3,3,3,3,3,2,2,1,1 +2024-06-20,1.0196493,3,6,2,4,3,3,5,2,4,3,3,2,4,4,5,4,5,2,2,3,3 +2024-06-20,0.99878466,3,5,3,2,2,3,2,3,3,2,3,2,3,4,5,2,4,2,2,3,3 +2024-06-20,0.9461035,2,4,1,2,2,3,3,2,3,3,2,3,2,3,4,3,3,3,3,3,3 +2024-06-20,1.0419323,5,6,3,4,2,3,2,2,3,4,2,2,5,3,5,2,4,2,3,2,3 +2024-06-20,1.051896,3,6,3,4,4,3,2,2,1,5,3,2,5,5,4,3,5,2,4,3,5 +2024-06-20,1.0035002,1,3,2,2,4,1,3,1,5,3,1,1,2,3,1,5,3,1,1,6,1 +2024-06-20,0.98636466,4,4,2,3,2,4,1,3,1,4,2,3,3,1,5,1,4,1,1,2,2 +2024-06-20,0.93703866,3,5,2,3,2,3,2,2,2,3,2,2,4,2,3,2,3,2,3,5,2 +2024-06-20,0.9942842,5,3,2,4,2,5,4,2,2,2,3,2,5,3,5,1,5,1,3,3,3 +2024-06-20,1.0134096,1,3,1,2,2,4,3,3,2,3,4,3,2,2,4,2,4,2,4,6,2 +2024-06-20,1.0035002,2,5,2,3,3,3,4,3,3,5,3,2,6,5,6,4,3,3,3,3,5 +2024-06-20,1.0007535,3,4,3,3,4,2,3,2,4,3,2,2,4,3,3,3,3,2,3,2,2 +2024-06-20,0.9942842,2,4,2,3,2,4,3,3,2,4,2,2,3,3,5,1,4,3,1,3,2 +2024-06-20,0.9474674,2,5,2,2,2,3,3,2,1,2,2,1,2,2,4,3,3,1,3,3,2 +2024-06-20,0.99124104,3,4,2,3,4,5,6,1,5,2,1,2,4,5,3,5,2,1,2,2,4 +2024-06-20,0.99878466,1,6,1,3,1,2,5,1,2,3,1,1,4,6,4,3,5,2,1,4,1 +2024-06-20,0.9748403,2,5,2,3,3,2,4,2,3,2,2,1,5,2,3,3,3,1,2,3,2 +2024-06-20,0.9942842,3,5,2,2,3,2,4,3,2,3,2,3,3,5,3,4,5,3,3,3,2 +2024-06-20,1.0053298,2,3,2,2,2,2,3,2,3,2,2,2,2,3,2,2,2,2,2,2,3 +2024-06-20,0.9857699,4,4,2,3,2,4,4,3,2,5,3,2,3,3,5,3,5,3,3,2,3 +2024-06-20,1.0134096,1,6,1,4,4,3,3,2,1,2,1,3,6,6,3,4,6,1,1,6,1 +2024-06-20,1.082278,2,3,2,3,2,2,4,3,3,2,3,2,3,,2,3,2,2,2,2,2 +2024-06-20,0.996883,1,6,1,2,5,2,4,2,4,4,2,2,3,4,3,3,5,2,2,3,2 +2024-06-20,1.082278,2,4,3,6,2,1,3,1,1,2,3,1,3,4,3,5,6,1,2,4,2 +2024-06-20,0.99584943,3,4,2,2,2,2,4,2,2,3,2,2,3,2,3,2,2,2,2,2,2 +2024-06-20,1.0127593,2,2,1,5,2,3,2,2,2,5,2,1,3,2,3,2,4,2,1,2,2 +2024-06-20,0.99124104,1,6,2,5,4,2,4,2,2,4,1,2,3,4,2,4,4,2,2,2,3 +2024-06-20,0.9461035,2,4,2,2,3,4,2,2,3,3,3,3,3,2,4,3,3,3,2,2,3 +2024-06-20,0.9895682,2,3,1,1,1,4,5,2,3,2,1,1,2,3,5,2,2,1,2,2,3 +2024-06-20,1.0081737,2,4,3,3,5,2,2,2,2,2,2,3,3,3,4,3,3,2,2,5,2 +2024-06-20,0.98636466,2,4,2,2,3,2,4,2,4,2,2,3,2,2,3,3,4,2,2,2,1 +2024-06-20,1.0053298,4,4,2,5,2,5,2,3,1,5,2,2,5,2,6,3,3,2,2,2,3 +2024-06-20,1.0196493,3,5,2,4,1,1,4,3,3,3,1,2,4,3,3,4,5,3,1,1,3 +2024-06-20,1.0127593,2,4,1,3,1,1,3,1,3,2,1,1,3,2,5,2,3,1,2,3,2 +2024-06-20,1.0318297,2,4,2,4,4,4,3,2,2,2,2,3,5,3,5,4,4,2,2,4,3 +2024-06-20,1.0318297,2,5,1,2,1,1,4,1,2,2,2,1,5,4,2,3,2,1,2,3,1 +2024-06-20,1.0259477,2,2,1,1,3,1,2,1,4,2,1,2,2,1,1,3,3,1,2,3,2 +2024-06-20,0.9748403,4,5,2,3,4,3,2,1,2,3,2,1,3,3,4,4,4,2,3,5,2 +2024-06-20,0.996883,3,4,2,3,4,3,4,2,2,4,2,2,4,5,3,2,3,2,2,3,3 +2024-06-20,1.051896,3,3,2,4,3,3,2,1,2,2,3,1,4,3,2,3,3,1,1,5,2 +2024-06-20,1.0127593,4,3,3,2,2,4,5,3,4,1,2,2,3,3,2,2,3,2,2,3,1 +2024-06-20,0.996883,3,5,2,4,1,1,4,2,2,3,2,1,2,2,5,2,4,2,2,2,2 +2024-06-20,1.0142426,1,5,1,2,2,4,2,2,1,2,1,2,5,4,5,2,4,2,2,5,2 +2024-06-20,0.9942842,2,5,2,3,2,1,6,2,2,2,1,1,4,5,2,4,5,1,3,3,1 +2024-06-20,0.9857699,4,4,2,5,2,4,3,2,3,2,2,2,5,3,5,2,4,3,2,3,3 +2024-06-20,1.0035002,2,5,2,4,2,1,5,2,2,1,2,1,4,2,2,2,2,1,2,3,1 +2024-06-20,0.9748403,4,5,1,3,2,4,2,3,2,2,2,1,5,4,5,3,3,2,2,4,3 +2024-06-20,1.0559736,4,5,2,4,3,4,3,2,2,4,3,3,4,5,4,3,4,2,3,4,4 +2024-06-20,0.996883,2,4,1,3,3,1,5,2,4,2,1,2,3,3,1,4,5,2,2,5,2 +2024-06-20,0.9748403,2,4,2,1,3,2,2,1,1,2,3,1,1,1,3,2,3,1,2,1,2 +2024-06-20,1.051896,1,3,2,3,2,3,5,3,2,1,2,3,3,2,3,1,1,1,3,5,1 +2024-06-20,0.996883,2,5,2,5,5,5,5,2,3,4,2,2,5,2,5,2,2,2,2,2,2 +2024-06-20,1.051896,2,1,2,3,4,3,6,4,2,1,1,3,2,5,2,5,4,2,4,3,2 +2024-06-20,1.0419323,3,6,1,3,1,4,2,1,3,4,1,1,2,1,4,4,4,2,1,2,2 +2024-06-20,1.0419323,2,3,1,3,3,2,2,2,3,1,1,2,3,3,2,3,2,2,2,4,1 +2024-06-20,1.0422887,1,3,1,1,3,1,4,1,3,2,2,1,2,3,3,4,2,1,2,2,1 +2024-06-20,0.9857699,3,6,1,5,5,3,4,2,5,3,1,2,4,4,3,4,5,2,1,3,2 +2024-06-20,0.98657596,4,4,2,2,5,5,6,3,5,2,2,3,3,4,2,5,4,2,2,5,2 +2024-06-20,0.9895682,1,5,1,5,5,1,5,2,2,5,2,5,5,5,3,5,6,2,5,6,1 +2024-06-20,1.0419323,1,4,1,2,3,2,3,2,3,1,1,2,2,4,3,1,3,1,1,5,1 +2024-06-20,0.9672266,3,3,2,3,2,3,2,3,2,3,4,1,3,2,3,2,3,2,2,1,3 +2024-06-20,0.9857699,3,5,2,3,2,3,3,2,5,2,2,2,4,2,4,2,2,2,2,3,2 +2024-06-20,1.0127593,1,4,1,1,2,1,3,1,2,3,2,1,4,1,2,2,4,1,1,1,1 +2024-06-20,0.92712563,1,2,2,1,1,5,3,2,2,2,2,2,2,2,5,2,2,2,2,4,2 +2024-06-20,0.996883,1,3,1,4,3,2,3,2,3,5,1,2,3,1,3,2,2,2,2,2,2 +2024-06-20,1.0142426,1,3,4,2,2,1,2,3,2,2,2,3,2,2,1,1,1,1,2,2,1 +2024-06-20,1.0318297,2,5,2,3,5,2,4,2,3,5,1,2,4,4,3,5,5,2,2,6,1 +2024-06-20,1.0222778,1,4,1,5,3,2,4,2,2,5,1,1,5,3,6,6,6,2,4,3,1 +2024-06-20,1.0127593,2,6,2,2,1,2,2,4,2,3,2,1,3,2,6,2,2,2,2,2,2 +2024-06-20,1.051896,5,3,2,3,4,2,5,3,4,2,2,1,2,3,2,3,3,3,4,3,2 +2024-06-20,1.0035002,2,5,5,5,4,3,4,,4,5,4,2,5,6,3,5,3,2,3,4,6 +2024-06-20,0.9492825,5,5,3,4,3,3,3,3,2,3,3,1,4,2,4,3,3,2,2,2,2 +2024-06-20,0.9748403,2,4,1,3,2,2,4,2,3,2,1,2,3,2,3,3,4,2,2,3,2 +2024-06-20,0.9874631,2,6,2,3,2,2,5,2,3,3,1,2,3,5,3,5,5,2,2,2,2 +2024-06-20,1.0196493,2,3,3,5,3,3,4,2,2,2,2,1,6,1,5,2,5,2,1,1,1 +2024-06-20,0.996883,2,4,1,4,5,2,4,1,4,2,1,2,4,4,3,5,5,2,1,2,2 +2024-06-20,0.99878466,3,4,2,5,4,5,4,2,4,3,2,2,5,3,3,4,5,2,3,4,2 +2024-06-20,0.9895682,4,5,2,2,2,4,3,2,2,2,3,2,4,4,5,2,1,1,2,2,3 +2024-06-20,0.9384855,,,,,,,,,,,,,,,,,,,,, +2024-06-20,1.0127593,5,5,2,4,2,4,2,2,5,5,3,2,5,5,5,4,5,2,2,2,2 +2024-06-20,0.99584943,3,6,1,6,3,4,6,1,4,4,2,1,5,4,5,5,6,4,3,6,2 +2024-06-20,1.0318297,1,6,1,4,3,1,4,1,1,2,1,1,6,1,6,6,6,1,1,1,1 +2024-06-20,1.0318297,1,3,1,1,1,1,6,2,2,1,1,1,1,2,1,3,1,1,1,2,1 +2024-06-20,1.0143288,2,5,2,3,4,5,6,2,3,4,2,1,5,5,5,2,3,2,2,4,3 +2024-06-20,0.9672266,2,6,1,3,3,2,5,1,2,1,1,1,3,3,3,2,5,2,1,3,2 +2024-06-20,1.0127593,2,5,2,3,2,3,4,2,3,4,2,2,3,2,5,4,5,2,2,4,3 +2024-06-20,0.9672266,4,2,2,4,1,3,3,2,5,2,2,1,2,1,5,3,4,2,3,4,3 +2024-06-20,0.9748403,3,6,1,4,3,5,3,1,2,2,2,2,5,2,5,3,5,1,3,3,2 +2024-06-20,0.92712563,3,5,1,4,3,2,3,3,2,3,2,2,5,4,3,4,5,2,2,2,3 +2024-06-20,1.0053298,1,6,2,5,6,3,5,2,6,3,1,1,6,1,5,2,6,2,2,1,2 +2024-06-20,0.9528661,1,4,2,4,3,1,5,5,5,2,1,2,4,5,2,3,5,4,1,4,1 +2024-06-20,0.9384855,2,5,5,3,3,5,5,5,3,5,5,3,5,3,6,2,5,5,3,5,3 +2024-06-20,0.9474674,2,4,3,4,3,4,5,4,3,4,2,3,3,3,4,4,4,3,3,3,2 +2024-06-20,1.0452228,4,4,2,4,1,3,4,4,2,2,1,3,2,2,4,4,2,1,3,5,5 +2024-06-20,0.9528661,4,5,2,3,2,2,3,1,3,2,3,3,3,1,3,2,2,2,3,2,1 +2024-06-20,0.9461035,2,3,3,4,3,4,4,3,2,4,2,2,4,3,4,3,4,2,3,4,3 +2024-06-20,1.0196493,4,6,2,4,2,4,4,3,2,3,3,3,4,2,6,2,5,2,3,3,3 +2024-06-20,1.0007535,3,4,2,2,3,3,3,2,3,3,2,2,4,4,3,3,2,2,3,3,3 +2024-06-20,1.0102389,2,5,2,3,2,2,2,2,2,3,2,1,4,2,5,2,3,2,2,2,3 +2024-06-20,1.0053298,2,3,2,2,2,2,3,2,3,2,2,2,2,2,3,3,2,2,4,3,3 +2024-06-20,0.92712563,1,5,3,6,1,1,2,1,5,2,2,2,4,,,,2,2,2,2,2 +2024-06-20,1.0127593,2,4,2,5,3,3,4,3,3,4,1,1,3,2,4,3,4,1,1,1,3 +2024-06-20,0.9857699,1,5,1,5,2,2,2,1,3,3,1,2,4,4,4,4,2,1,1,3,3 +2024-06-20,1.0143288,3,6,2,3,1,1,2,1,2,4,4,1,6,4,4,3,2,2,2,3,3 +2024-06-20,1.0035002,3,5,2,4,4,2,3,2,3,2,2,2,4,3,3,2,3,3,3,3,2 +2024-06-20,1.0559736,5,6,2,4,2,3,4,5,2,1,2,2,3,3,4,4,3,2,3,3,4 +2024-06-20,1.0142426,2,5,2,3,2,3,1,2,2,5,1,2,3,2,5,4,2,2,1,2,3 +2024-06-20,1.0007535,1,5,1,2,2,4,5,5,2,3,3,2,4,2,3,4,5,2,1,5,3 +2024-06-20,0.9857699,2,4,2,3,4,2,3,3,4,3,1,2,3,4,3,3,3,2,2,2,2 +2024-06-20,0.99584943,3,6,1,2,2,3,6,2,2,2,2,3,5,2,3,3,5,2,2,4,2 +2024-06-20,1.0422887,4,4,3,2,1,4,2,2,1,2,1,2,3,2,4,1,4,1,2,1,2 +2024-06-20,1.0559736,3,2,1,1,2,3,4,3,5,2,2,2,3,4,5,4,2,2,5,2,2 +2024-06-20,1.0335038,3,5,2,3,2,2,4,2,2,3,2,2,3,2,3,3,4,2,2,2,2 +2024-06-20,1.0035002,2,5,2,3,2,2,5,2,3,2,2,3,5,5,3,3,4,3,2,5,4 +2024-06-20,0.99124104,5,5,1,5,1,3,2,2,2,3,3,1,5,2,5,2,2,2,2,1,3 +2024-06-20,0.9384855,1,5,1,3,4,2,2,3,3,2,1,2,3,3,4,3,3,2,2,3,2 +2024-06-20,1.051896,5,6,2,5,1,2,3,4,6,1,3,2,6,6,6,3,4,3,2,1,1 +2024-06-20,1.0142426,1,6,1,1,3,2,4,2,2,4,2,3,3,4,3,3,5,3,2,3,3 +2024-06-20,1.0422887,1,3,2,2,4,3,3,2,3,3,1,2,2,4,3,2,2,2,3,1,2 +2024-06-20,0.9528661,3,4,2,4,4,4,6,3,3,2,3,2,4,4,2,3,4,2,2,3,2 +2024-06-20,1.0422887,1,6,1,4,3,2,4,2,2,2,2,2,3,3,3,4,4,2,3,3,2 +2024-06-20,1.0318297,3,5,1,3,2,6,4,1,2,3,1,2,3,2,3,4,4,1,2,2,3 +2024-06-20,0.98657596,2,4,2,2,3,2,3,3,3,2,2,1,3,5,3,3,4,2,2,4,2 +2024-06-20,0.9528661,3,4,2,4,3,3,3,2,3,4,1,3,3,3,4,4,4,1,2,4,1 +2024-06-20,1.051896,3,4,1,4,2,2,4,2,4,3,3,2,4,2,3,4,4,1,1,3,2 +2024-06-20,0.9672266,2,3,3,3,3,5,3,1,3,3,3,3,3,3,6,3,3,2,3,2,3 +2024-06-20,0.9857699,2,4,1,4,4,3,5,1,4,5,1,3,3,4,3,2,5,1,1,4,3 +2024-06-20,1.0419323,2,4,2,2,2,3,4,3,2,2,2,1,2,4,4,2,2,2,2,3,2 +2024-06-20,0.98657596,2,4,1,3,6,1,4,2,2,3,1,3,4,4,2,4,2,1,1,2,1 +2024-06-20,0.9895682,1,2,3,3,1,4,5,4,2,2,2,4,2,2,6,2,2,1,2,3,1 +2024-06-20,1.0222778,3,4,2,3,4,2,2,3,2,3,3,2,3,4,4,2,3,2,3,3,1 +2024-06-20,0.9895682,2,3,2,3,2,3,3,3,3,1,2,2,2,3,2,2,2,2,2,3,2 +2024-06-20,0.9748403,1,5,1,4,4,2,3,1,1,3,4,1,3,2,2,1,4,1,1,3,2 +2024-06-20,0.9672266,4,6,2,3,3,3,5,2,3,5,3,1,6,5,4,2,5,1,3,3,3 +2024-06-20,0.99124104,2,4,1,3,3,3,3,2,4,4,2,2,4,3,4,3,2,2,1,3,3 +2024-06-20,1.0053298,3,5,3,2,1,2,2,2,5,5,1,1,1,2,5,2,3,1,1,2,3 +2024-06-20,1.0127593,6,5,3,5,2,5,,,3,3,,2,5,2,5,3,4,3,,3,4 +2024-06-20,0.9937498,2,4,1,5,2,1,3,2,2,3,1,2,3,2,3,5,5,1,3,3,1 +2024-06-20,1.0007535,4,3,3,2,3,2,3,2,3,2,1,2,2,5,3,2,3,1,1,6,4 +2024-06-20,0.9873727,5,6,1,5,5,3,5,2,4,5,3,2,4,3,4,5,5,4,2,5,2 +2024-06-20,0.9868016,1,5,1,5,4,1,3,1,2,1,1,1,2,1,2,5,5,1,1,5,1 +2024-06-20,0.99584943,3,4,2,3,5,2,2,2,2,2,3,1,3,3,4,5,3,2,3,2,2 +2024-06-20,0.93703866,5,5,2,2,2,2,2,2,2,2,2,2,2,2,4,4,2,2,2,2,2 +2024-06-20,0.9942842,3,3,1,4,4,2,4,1,2,3,2,3,3,4,2,4,4,2,2,2,2 +2024-06-20,0.99124104,2,3,1,2,1,2,2,4,3,2,1,1,1,1,3,1,3,1,1,3,1 +2024-06-20,1.0318297,3,5,2,4,4,5,5,3,4,3,2,2,4,4,5,4,3,2,2,4,3 +2024-06-20,1.0238738,1,5,1,3,2,2,2,3,2,4,1,2,4,2,4,3,4,2,1,3,3 +2024-06-20,1.0452228,1,3,2,1,2,2,3,3,2,2,3,1,1,1,2,2,3,2,2,1,1 +2024-06-20,0.996883,2,4,2,2,2,2,3,3,2,2,2,2,3,2,2,3,4,2,2,2,3 +2024-06-20,1.0335038,3,5,3,1,3,2,2,3,2,1,1,2,2,,2,3,2,2,2,3,2 +2024-06-20,0.9857699,2,6,2,5,3,4,3,2,2,5,4,1,4,3,5,3,3,2,2,4,3 +2024-06-20,1.0222778,2,5,2,4,4,3,2,2,2,4,3,2,3,3,4,2,4,2,3,2,2 +2024-06-20,0.9895682,4,5,3,4,3,4,4,3,3,4,4,3,4,3,4,4,4,3,3,3,3 +2024-06-20,0.9857699,3,4,2,3,1,3,2,1,1,2,1,1,3,2,3,1,4,2,2,2,1 +2024-06-20,0.9868016,1,4,2,1,3,4,4,2,2,2,1,1,2,4,3,5,3,2,3,3,2 +2024-06-20,0.9492825,3,5,3,5,3,3,3,2,2,3,2,3,3,3,4,3,4,2,4,2,3 +2024-06-20,1.0196493,3,,5,3,2,1,4,3,3,2,1,1,3,3,3,2,4,2,2,1,1 +2024-06-20,0.99584943,4,4,3,5,2,5,3,2,3,4,3,2,5,2,6,2,2,1,3,4,2 +2024-06-20,1.0318297,3,5,2,2,1,5,4,2,2,3,1,2,6,5,5,3,5,2,5,4,3 +2024-06-20,0.99584943,3,5,2,2,2,3,2,2,2,5,1,2,2,3,6,2,3,2,3,3,4 +2024-06-20,1.0053298,1,3,2,4,2,5,6,2,2,2,2,2,5,2,5,3,5,2,4,6,2 +2024-06-20,0.92712563,3,4,2,2,3,5,2,3,4,4,3,2,3,2,6,3,3,2,2,2,3 +2024-06-20,1.0559736,3,4,2,4,3,3,3,2,2,3,2,2,4,3,4,4,4,2,3,3,2 +2024-06-20,0.9672266,1,5,1,5,1,1,5,1,2,1,1,1,1,2,1,5,1,1,2,4,1 +2024-06-20,1.0318297,3,4,2,3,3,4,4,3,3,3,2,2,4,4,6,4,4,3,2,3,3 +2024-06-20,1.0196493,1,5,2,3,2,3,2,2,2,2,1,1,3,2,5,2,3,2,2,2,1 +2024-06-20,0.9873727,3,5,5,3,3,3,6,3,2,2,2,2,3,3,5,5,5,2,2,4,3 +2024-06-20,0.99124104,2,5,1,5,3,5,2,2,2,3,2,1,2,2,5,2,4,2,1,5,2 +2024-06-20,0.9873727,3,5,2,2,2,1,2,3,5,4,2,2,5,5,2,2,4,1,1,2,3 +2024-06-20,0.9461035,2,4,1,3,3,2,4,2,4,3,2,2,3,3,3,2,4,1,2,1,2 +2024-06-20,0.9868016,3,3,2,3,3,1,5,2,3,1,1,2,4,3,2,5,4,2,2,3,1 +2024-06-20,1.0318297,3,4,3,2,4,4,2,4,3,4,2,4,2,5,4,2,3,1,2,3,3 +2024-06-20,0.9895682,3,3,2,2,4,3,5,3,5,3,2,3,2,4,3,3,2,2,3,2,3 +2024-06-20,1.051896,2,1,2,4,5,3,4,4,2,3,2,2,3,4,3,3,4,5,4,3,3 +2024-06-20,1.0222778,2,4,1,3,3,2,4,2,2,3,1,1,2,3,5,2,4,1,2,3,2 +2024-06-20,0.99584943,5,5,2,5,1,2,2,2,2,1,1,1,5,2,5,2,3,1,1,3,1 +2024-06-20,0.9748403,4,1,4,4,3,3,4,4,1,3,2,3,1,3,3,5,2,2,3,2,1 +2024-06-20,0.996883,1,3,1,3,4,2,5,4,3,3,1,2,2,5,2,3,4,3,3,4,2 +2024-06-20,1.0127593,2,6,1,3,3,2,4,2,3,4,2,2,4,3,4,3,3,3,2,4,5 +2024-06-20,0.996883,1,4,2,2,2,2,1,2,3,3,1,2,2,1,4,2,2,1,2,2,2 +2024-06-20,0.9492825,1,4,2,3,2,1,3,2,3,3,2,1,4,2,3,2,4,3,2,5,2 +2024-06-20,1.0007535,2,6,3,2,2,5,6,2,2,5,1,3,4,5,6,2,5,2,3,5,5 +2024-06-20,1.0053298,4,4,1,5,3,5,5,3,2,3,2,2,4,4,5,4,5,2,2,5,4 +2024-06-20,0.9857699,1,4,3,4,4,5,4,3,3,4,2,2,4,4,5,3,4,3,2,4,5 +2024-06-20,1.0007535,3,3,3,4,4,2,5,3,2,3,1,3,3,5,3,4,4,2,3,5,3 +2024-06-20,0.99584943,1,4,6,1,1,2,5,2,3,2,1,2,3,2,3,3,2,1,1,3,3 +2024-06-20,0.9461035,2,5,2,5,3,4,4,4,2,3,3,3,4,2,4,3,5,3,3,2,3 +2024-06-20,0.9895682,2,6,2,3,4,2,6,3,4,3,1,3,4,5,3,2,4,2,1,2,3 +2024-06-20,0.98657596,4,3,1,3,2,3,5,2,2,2,2,2,3,5,3,3,4,1,3,3,1 +2024-06-20,1.0007535,1,5,1,6,2,3,5,2,3,3,1,1,3,2,4,3,4,2,1,6,6 +2024-06-20,1.0559736,1,6,1,3,4,2,3,2,3,3,3,1,5,5,2,2,4,1,1,3,2 +2024-06-20,1.0085934,3,4,2,4,2,4,4,2,2,2,1,2,5,2,5,3,4,2,5,2,1 +2024-06-20,0.96936256,4,5,3,3,3,4,3,3,2,3,2,3,5,2,4,3,3,3,1,2,3 +2024-06-20,1.0238738,2,5,2,2,1,3,2,2,2,2,2,2,5,2,6,4,5,2,2,2,2 +2024-06-20,1.0452228,1,4,1,3,2,3,4,1,1,3,3,1,3,3,3,2,4,1,1,5,3 +2024-06-20,1.0726442,3,4,2,5,3,1,3,1,2,1,2,2,3,2,3,2,2,2,2,3,1 +2024-06-20,0.99584943,2,5,2,6,4,3,4,1,2,4,3,1,5,5,5,5,3,1,1,5,3 +2024-06-20,1.0134096,2,3,3,1,4,2,4,2,5,2,2,3,2,3,3,4,4,2,2,5,3 +2024-06-20,1.0085934,1,4,2,2,2,2,5,2,3,2,1,2,2,4,3,3,2,2,2,2,3 +2024-06-20,1.0559736,4,3,2,3,3,5,3,3,2,2,3,3,4,3,5,2,3,2,3,2,2 +2024-06-20,1.0452228,4,5,3,3,1,1,3,3,3,3,3,2,2,2,3,3,5,2,3,2,1 +2024-06-20,0.996883,2,5,2,5,3,3,5,2,3,4,2,2,4,2,4,2,4,2,2,3,3 +2024-06-20,1.0238738,1,5,2,5,3,1,3,2,5,2,1,2,6,3,1,3,5,2,1,2,1 +2024-06-20,0.98657596,3,5,2,4,2,3,5,2,4,2,2,2,4,3,3,3,3,2,2,3,2 +2024-06-20,0.9528661,5,3,2,2,1,3,3,2,5,3,2,1,4,2,4,2,2,1,2,5,3 +2024-06-20,1.0007535,1,3,2,3,5,2,4,1,4,3,1,1,2,6,3,5,3,2,2,2,3 +2024-06-20,0.996883,1,6,2,2,2,5,3,2,5,2,1,1,1,2,6,1,2,1,1,1,3 +2024-06-20,0.99584943,2,5,2,4,3,2,5,1,6,2,3,2,4,2,5,3,4,2,1,6,3 +2024-06-20,0.99878466,4,5,1,2,2,2,3,1,1,4,2,1,2,5,6,1,2,1,2,1,1 +2024-06-20,0.9895682,5,4,2,4,2,4,3,3,3,2,3,2,5,2,5,3,5,1,2,3,3 +2024-06-20,0.9895682,3,5,2,4,3,2,3,2,4,2,3,3,5,4,2,3,4,3,3,3,2 +2024-06-20,1.0053298,2,5,1,2,2,5,1,2,2,4,5,2,4,2,6,1,2,1,2,2,3 +2024-06-20,1.0053298,3,4,1,4,2,3,2,3,2,2,1,2,3,2,4,2,2,2,2,2,4 +2024-06-20,1.0134096,1,3,2,1,4,3,2,2,3,4,2,3,2,5,5,5,5,2,3,5,4 +2024-06-20,0.9672266,5,5,2,3,2,6,5,4,4,4,2,3,5,2,4,5,4,3,3,4,2 +2024-06-20,0.996883,1,4,1,5,3,2,2,2,2,2,3,1,6,3,3,1,4,1,1,5,2 +2024-06-20,1.0422887,2,5,1,4,3,2,5,2,4,4,1,1,4,2,2,4,5,1,2,2,2 +2024-06-20,1.0007535,1,5,2,3,3,2,6,1,3,2,2,2,4,5,2,3,3,2,3,4,2 +2024-06-20,1.0142426,1,5,1,5,5,3,3,2,4,5,1,2,5,5,5,5,5,3,2,5,4 +2024-06-20,0.996883,3,5,2,3,4,2,4,2,3,3,2,2,4,5,3,2,3,2,2,2,3 +2024-06-20,1.0196493,5,6,1,2,3,4,1,2,4,3,3,2,4,4,2,3,2,2,1,2,2 +2024-06-20,0.99584943,4,5,1,2,3,2,5,1,2,2,3,1,5,4,4,5,3,1,1,3,3 +2024-06-20,0.99584943,1,2,1,1,1,2,4,1,4,1,1,1,4,4,3,2,1,1,1,1,1 +2024-06-20,0.9857699,3,6,2,5,3,5,5,2,2,5,1,2,5,2,6,5,5,5,4,5,3 +2024-06-20,1.0007535,2,6,1,3,1,3,2,1,6,2,1,2,6,3,3,2,3,2,1,3,2 +2024-06-20,1.0127593,3,5,2,5,3,4,3,3,2,3,2,3,3,4,5,2,5,2,3,2,3 +2024-06-20,0.9857699,1,4,2,3,2,3,2,1,3,3,1,2,2,2,3,2,3,2,1,4,3 +2024-06-20,1.0559736,3,3,1,2,1,1,4,1,1,1,1,1,3,1,1,3,3,1,2,2,1 +2024-06-20,1.0238738,2,5,2,5,1,2,5,6,2,3,1,1,2,2,5,5,6,1,1,3,2 +2024-06-20,0.9857699,2,5,2,2,2,5,4,2,5,2,2,3,4,2,5,2,2,5,3,5,5 +2024-06-20,1.0142426,2,5,2,6,3,4,5,1,2,4,2,1,5,2,3,5,6,1,2,3,4 +2024-06-20,0.9895682,2,3,3,2,3,2,3,3,2,2,2,2,3,3,2,2,3,3,2,2,2 +2024-06-20,0.99878466,4,6,2,3,1,4,2,2,1,4,3,1,5,2,6,1,,2,2,4,3 +2024-06-20,0.98636466,2,5,2,5,1,3,6,2,2,3,1,2,4,2,5,2,5,2,1,5,4 +2024-06-20,1.0053298,2,5,2,2,3,4,3,3,2,4,3,3,4,4,4,3,6,2,2,3,3 +2024-06-20,0.99124104,3,3,3,2,3,3,4,2,5,3,1,2,1,3,3,2,2,2,3,1,2 +2024-06-20,1.0127593,1,5,4,5,3,3,2,2,5,4,4,1,6,5,1,3,4,2,1,4,3 +2024-06-20,0.99584943,2,3,2,2,1,5,3,2,3,1,1,2,2,1,6,2,2,2,1,2,2 +2024-06-20,1.0335038,1,4,3,2,3,2,4,3,3,3,2,3,4,3,4,3,3,3,2,2,3 +2024-06-20,1.0238738,3,6,1,3,3,5,2,2,2,4,3,1,5,3,6,2,4,2,1,4,2 +2024-06-20,0.99124104,1,5,1,3,4,1,5,1,2,2,1,2,3,2,2,4,3,2,1,3,2 +2024-06-20,1.0196493,3,5,2,4,2,2,3,2,2,3,2,2,5,3,5,3,4,2,2,4,2 +2024-06-20,1.0102389,4,4,1,5,3,2,6,4,4,3,1,3,4,5,3,5,6,3,2,3,2 +2024-06-20,1.0143288,2,4,1,2,3,3,3,2,3,2,2,1,3,3,4,2,2,2,3,2,2 +2024-06-20,0.9857699,2,5,1,4,1,2,2,2,1,3,3,1,5,2,6,2,3,2,2,2,3 +2024-06-20,1.0053298,3,5,2,6,5,3,3,2,3,4,2,3,4,5,3,3,5,3,3,4,2 +2024-06-20,0.9874631,3,3,2,4,3,2,3,1,1,2,1,1,4,3,3,2,3,2,2,1,2 +2024-06-20,0.9873727,2,5,4,3,2,1,3,2,3,4,1,2,3,3,3,3,2,2,2,4,5 +2024-06-20,0.96936256,2,5,1,6,3,3,2,2,2,2,2,1,3,3,4,4,5,2,2,5,2 +2024-06-20,1.0142426,1,4,2,2,2,1,3,1,1,4,2,2,3,3,3,2,2,2,1,3,1 +2024-06-20,1.0127593,1,4,1,4,1,3,3,2,2,1,2,1,3,2,4,1,1,3,1,1,2 +2024-06-20,0.9937498,2,4,2,2,3,2,3,3,3,2,2,2,3,4,3,3,5,2,4,5,2 +2024-06-20,1.0085934,2,6,1,2,5,3,4,1,6,3,2,1,1,2,5,2,3,1,2,6,1 +2024-06-20,0.9942842,2,3,2,5,2,5,6,2,4,2,2,1,5,3,4,2,5,1,2,5,3 +2024-06-20,1.0053298,3,5,2,3,2,3,3,2,3,2,2,2,3,2,3,2,3,2,2,2,4 +2024-06-20,0.9857699,2,4,2,3,2,2,3,2,1,4,2,1,2,2,5,1,2,2,2,3,3 +2024-06-20,0.996883,5,6,1,3,1,5,3,2,1,5,3,6,4,4,5,3,2,1,3,2,2 +2024-06-20,0.9492825,2,3,2,2,3,3,3,3,2,4,3,2,3,3,3,3,3,2,2,2,1 +2024-06-20,1.0007535,5,5,2,5,2,6,3,2,3,5,2,3,5,2,5,2,5,2,2,4,4 +2024-06-20,1.0196493,5,5,1,5,3,5,5,1,2,5,4,1,5,3,5,1,5,5,2,5,2 +2024-06-20,0.9895682,3,4,2,3,2,3,2,2,3,2,1,2,3,4,3,2,3,2,2,4,2 +2024-06-20,0.9748403,2,4,2,3,2,4,3,2,2,2,2,2,3,2,5,3,3,2,3,3,2 +2024-06-20,0.9868016,3,4,2,2,2,4,2,3,3,4,2,2,2,2,4,2,3,2,2,3,2 +2024-06-20,0.9942842,6,4,4,2,3,5,5,5,5,3,3,3,5,3,4,3,3,3,3,3,2 +2024-06-20,0.9528661,1,5,2,5,5,4,5,2,5,5,1,2,6,5,3,3,5,2,2,5,5 +2024-06-20,1.0053298,2,4,2,4,2,3,3,2,4,3,2,2,4,3,3,2,3,2,2,4,3 +2024-06-20,0.9528661,1,3,2,3,2,2,5,4,3,2,1,3,5,3,2,2,3,2,2,4,4 +2024-06-20,0.9895682,2,3,3,4,2,4,3,3,3,2,2,3,4,3,4,3,4,2,3,4,3 +2024-06-20,1.0238738,3,6,4,4,2,4,2,2,2,2,2,3,6,4,6,2,2,2,3,1,2 +2024-06-20,0.9868016,3,5,3,3,2,5,4,3,5,5,2,3,4,4,5,3,2,5,3,6,2 +2024-06-20,0.93703866,3,4,1,2,2,5,3,3,1,2,1,2,2,2,5,2,3,2,3,3,3 +2024-06-20,1.0053298,1,5,2,4,1,5,2,3,2,4,1,2,5,2,6,2,2,2,2,2,3 +2024-06-20,0.9672266,2,3,2,2,1,2,3,2,2,2,2,3,2,2,3,3,2,2,1,1,3 +2024-06-20,0.9748403,4,3,2,3,4,3,4,2,2,2,2,3,4,3,4,3,3,2,4,4,2 +2024-06-20,0.99584943,3,5,1,4,3,3,5,2,4,5,1,3,5,3,3,5,3,2,1,3,3 +2024-06-20,1.0007535,1,4,2,2,3,2,4,3,4,3,2,2,3,3,3,4,3,2,3,3,1 +2024-06-20,1.0007535,4,4,3,4,2,4,3,5,3,3,2,3,4,3,4,3,3,2,3,5,4 +2024-06-20,0.99584943,2,3,1,2,4,2,3,3,4,3,1,1,3,3,3,4,4,2,3,5,2 +2024-06-20,0.9895682,3,3,2,2,3,4,3,4,4,2,3,3,2,3,4,4,3,2,3,2,2 +2024-06-20,0.99124104,2,5,2,2,2,3,4,2,3,3,3,2,3,2,4,3,3,2,2,4,3 +2024-06-20,1.0238738,4,5,2,3,2,2,3,1,2,3,1,1,4,2,6,1,4,3,2,2,2 +2024-06-20,1.0053298,2,3,1,5,3,3,6,2,4,2,1,2,5,5,3,3,4,2,1,6,3 +2024-06-20,0.9857699,4,4,2,2,2,3,2,2,3,3,2,1,3,4,5,1,3,1,3,2,3 +2024-06-20,1.0452228,3,6,2,3,5,1,6,3,3,4,1,2,4,3,5,6,6,1,3,5,1 +2024-06-20,0.98636466,1,5,2,4,3,4,4,2,2,4,1,2,4,3,5,4,4,2,2,2,4 +2024-06-20,1.0007535,3,5,2,2,2,5,5,3,4,3,3,2,4,4,4,3,3,2,2,2,4 +2024-06-20,0.9857699,3,3,2,3,2,4,5,5,4,4,2,3,4,5,5,3,2,3,3,4,5 +2024-06-20,1.0085934,3,5,1,2,4,2,3,2,3,2,1,1,2,3,2,5,4,2,1,3,1 +2024-06-20,1.0744566,1,4,1,3,2,1,3,2,4,5,1,2,3,2,4,2,5,2,1,2,1 +2024-06-20,0.98657596,2,4,2,5,3,2,3,3,2,2,4,2,5,2,3,3,5,2,3,2,1 +2024-06-20,0.9672266,2,5,3,3,2,4,3,2,3,2,2,2,5,2,5,2,3,2,2,2,2 +2024-06-20,1.0134096,2,5,2,3,4,3,4,3,3,5,2,2,5,3,4,3,5,2,3,3,5 +2024-06-20,1.0007535,5,5,3,3,3,2,2,2,2,3,3,2,4,4,4,3,3,2,3,2,2 +2024-06-20,1.082278,1,2,3,4,4,2,5,3,3,4,2,1,3,2,2,4,4,1,3,4,1 +2024-06-20,1.0335038,3,5,1,3,1,2,3,3,3,2,2,2,2,2,4,2,3,3,4,3,2 +2024-06-20,0.9857699,2,6,2,4,1,3,2,2,3,3,3,2,5,5,5,3,,,3,3,3 +2024-06-20,1.0335038,4,2,2,2,4,4,4,4,4,2,2,4,2,2,3,5,4,1,4,2,2 +2024-06-20,0.9528661,3,2,4,2,2,4,2,3,5,4,3,5,2,4,4,1,2,1,4,3,3 +2024-06-20,0.9873727,2,5,3,3,6,1,2,1,2,2,2,1,3,4,2,5,3,2,1,3,2 +2024-06-20,0.98657596,2,4,3,4,5,3,5,3,5,4,3,3,4,3,3,3,4,3,2,3,3 +2024-06-20,0.98636466,2,4,2,4,4,3,3,2,4,3,2,2,2,2,3,3,4,2,2,2,2 +2024-06-20,0.9748403,2,4,1,4,3,2,4,2,2,2,2,2,3,3,2,3,4,2,1,4,2 +2024-06-20,0.926864,4,6,1,4,1,2,2,4,3,2,3,2,4,2,5,2,2,2,1,1,1 +2024-06-20,0.9528661,5,5,3,3,2,5,4,3,5,2,2,4,5,2,5,4,2,2,3,2,5 +2024-06-20,0.92712563,1,6,1,4,5,5,6,1,1,5,1,1,6,2,3,2,6,1,1,5,3 +2024-06-20,1.0419323,6,5,2,1,3,1,4,2,1,3,2,2,2,3,5,1,5,2,5,3,3 +2024-06-20,0.99878466,2,5,2,3,2,3,5,1,3,2,2,2,4,3,3,4,4,1,1,1,1 +2024-06-20,1.0335038,2,2,1,4,4,3,3,3,2,2,2,1,4,4,3,3,5,1,5,4,1 +2024-06-20,0.9384855,2,4,2,4,2,4,4,3,2,3,2,3,4,2,4,3,3,3,2,3,2 +2024-06-20,1.0318297,5,4,2,3,1,4,3,2,2,4,2,2,3,2,5,2,4,1,1,4,3 +2024-06-20,0.9528661,3,5,2,2,3,4,3,2,3,4,2,2,3,3,5,3,4,3,1,2,4 +2024-06-20,1.0035002,2,4,4,4,3,4,5,3,3,4,3,3,3,4,5,3,3,2,2,4,3 +2024-06-20,0.9895682,2,6,1,5,3,1,4,1,3,2,1,2,6,3,2,3,3,1,1,4,2 +2024-06-20,0.99584943,3,6,1,4,2,3,6,2,2,5,1,1,6,2,6,2,3,1,1,2,3 +2024-06-20,1.0238738,2,5,2,5,2,3,2,2,4,5,2,1,5,2,5,2,5,1,3,2,2 +2024-06-20,1.0127593,2,5,1,5,1,3,3,1,6,3,1,1,5,3,6,3,3,1,1,2,1 +2024-06-20,1.0053298,1,5,2,2,2,3,2,3,4,5,1,3,5,1,3,2,3,2,2,2,4 +2024-06-20,0.9748403,3,4,1,2,2,2,4,1,2,3,3,1,2,3,3,2,3,1,2,3,2 +2024-06-20,1.0053298,2,5,2,2,2,3,2,2,3,,1,1,1,2,4,1,2,1,2,6,3 +2024-06-20,0.99584943,1,6,3,2,1,2,5,2,2,2,1,1,4,3,4,6,2,1,2,1,1 +2024-06-20,0.9942842,1,5,2,6,3,4,2,2,2,4,3,1,6,3,5,4,5,2,2,3,3 +2024-06-20,1.0259477,3,4,1,1,3,1,3,1,4,2,2,1,2,3,1,5,3,2,1,4,1 +2024-06-20,0.9857699,2,3,1,2,5,2,5,2,5,4,2,1,3,3,1,5,3,2,3,5,3 +2024-06-20,1.051896,2,4,2,2,3,3,5,2,3,2,1,2,3,3,2,4,3,2,2,1,2 +2024-06-20,1.0238738,2,5,2,2,2,3,2,1,1,2,2,2,5,5,4,2,2,2,2,4,2 +2024-06-20,0.9895682,1,6,1,5,4,2,5,1,2,4,2,2,4,4,3,2,4,2,1,5,4 +2024-06-20,1.0422887,3,5,2,3,2,4,3,1,2,2,2,1,3,4,5,2,3,2,2,3,2 +2024-06-20,1.0335038,2,3,1,1,2,2,3,1,2,1,2,2,2,2,5,2,4,2,3,1,1 +2024-06-20,1.082278,2,4,2,3,3,3,4,3,3,2,2,3,3,3,5,2,4,2,2,3,3 +2024-06-20,0.98636466,3,4,2,5,3,3,3,2,3,4,2,2,3,3,4,3,4,2,2,4,3 +2024-06-20,0.99124104,3,5,2,3,4,1,4,4,2,2,1,2,4,5,2,1,4,1,3,4,1 +2024-06-20,0.92712563,1,5,1,1,1,1,1,1,1,3,5,1,1,1,3,1,1,1,1,1,1 +2024-06-20,1.051896,1,1,2,2,1,2,4,3,3,2,2,1,1,1,4,5,4,2,5,1,1 +2024-06-20,0.96936256,4,5,2,4,3,3,3,3,3,2,5,2,5,3,4,3,4,2,3,2,2 +2024-06-20,0.9461035,3,2,2,2,1,1,2,1,1,2,2,2,3,2,3,3,2,2,2,2,1 +2024-06-20,0.9873727,5,5,1,5,2,2,2,2,4,4,2,2,3,2,6,2,4,1,1,2,3 +2024-06-20,1.0127593,3,6,1,5,1,2,4,2,4,2,1,2,5,1,6,2,2,2,2,2,2 +2024-06-20,0.9748403,2,5,2,3,3,2,5,1,2,2,1,3,2,3,3,5,5,1,4,3,1 +2024-06-20,0.99124104,2,5,2,3,1,5,2,3,1,5,1,2,3,2,6,3,2,1,5,1,2 +2024-06-20,0.9672266,1,4,2,4,3,3,4,1,3,3,1,1,4,3,4,3,3,3,3,4,3 +2024-06-20,1.0422887,3,3,1,4,3,4,6,3,4,2,2,1,4,3,4,4,4,2,2,4,3 +2024-06-20,1.0007535,2,5,3,3,6,2,5,3,5,2,1,1,4,2,1,6,3,2,2,1,1 +2024-06-20,0.99584943,1,5,2,2,3,2,3,1,6,1,1,1,3,5,1,5,3,1,2,2,2 +2024-06-20,0.9895682,2,4,2,4,3,4,4,2,5,4,1,2,3,3,4,2,3,1,2,4,4 +2024-06-20,0.9942842,2,4,3,2,5,2,2,3,3,2,2,3,2,2,4,3,4,2,3,5,2 +2024-06-20,1.0143288,2,5,2,4,3,3,3,3,2,2,2,3,5,4,6,2,3,2,3,4,2 +2024-06-20,1.0143288,4,6,3,5,3,5,2,2,1,5,2,2,5,3,6,1,3,2,1,2,5 +2024-06-20,0.9672266,2,2,2,2,1,3,3,2,2,3,2,2,2,2,5,2,2,2,2,3,2 +2024-06-20,0.9873727,2,5,2,4,5,2,5,2,2,5,1,2,5,3,5,4,5,2,2,2,2 +2024-06-20,1.0422887,2,4,2,2,2,3,4,2,3,5,1,3,4,3,4,3,4,2,2,5,5 +2024-06-20,1.0127593,5,5,2,5,2,5,3,3,3,2,2,3,5,2,5,2,2,2,2,2,3 +2024-06-20,1.0127593,3,5,2,5,3,2,2,2,2,5,3,2,5,2,5,2,5,3,2,2,2 +2024-06-20,0.99584943,2,5,1,2,1,2,5,3,2,2,3,1,3,3,4,2,1,2,2,1,2 +2024-06-20,1.0222778,1,4,2,3,3,2,4,3,2,3,2,2,3,3,3,4,3,1,4,5,2 +2024-06-20,1.0007535,1,2,1,2,1,2,3,2,2,1,2,2,2,1,1,2,1,1,2,4,1 +2024-06-20,0.9384855,3,4,2,3,3,2,3,2,4,4,2,2,4,2,3,4,4,2,3,4,2 +2024-06-20,1.0142426,2,4,1,2,2,2,2,2,4,3,2,2,3,1,2,2,2,2,2,1,2 +2024-06-20,0.99584943,3,3,2,2,1,3,3,2,2,2,2,1,3,2,4,2,2,2,3,4,2 +2024-06-20,0.9857699,2,5,3,4,3,4,5,3,4,4,2,2,3,,3,4,4,2,2,2,3 +2024-06-20,1.0053298,2,4,3,5,4,2,2,2,3,3,2,2,4,4,3,2,3,2,2,2,3 +2024-06-20,0.9857699,1,3,1,2,1,1,4,2,4,2,1,2,3,4,4,3,2,1,1,2,2 +2024-06-20,0.9942842,2,4,3,3,3,3,6,2,1,3,1,2,4,2,4,5,5,2,2,4,3 +2024-06-20,0.9873727,1,6,2,4,4,4,4,4,3,5,2,2,3,4,5,3,5,2,3,4,4 +2024-06-20,1.0142426,5,6,1,5,1,5,1,1,1,2,1,1,5,1,5,1,3,1,1,1,2 +2024-06-20,0.9857699,2,3,2,2,1,2,1,2,3,3,2,2,2,2,4,4,2,2,2,1,2 +2024-06-20,0.926864,1,5,2,4,1,4,4,2,3,4,2,1,5,2,5,2,5,2,2,3,3 +2024-06-20,1.082278,3,3,1,3,3,2,2,3,3,1,1,1,1,4,3,3,1,1,4,1,1 +2024-06-20,0.9873727,2,6,2,5,5,5,4,3,4,5,2,2,2,4,5,5,5,2,2,3,3 +2024-06-20,1.0134096,3,4,2,1,3,3,4,3,2,2,1,4,3,4,2,2,3,2,2,5,2 +2024-06-20,1.0335038,2,3,2,3,2,3,3,3,2,2,2,1,2,3,3,3,3,2,3,2,2 +2024-06-20,0.9857699,1,6,2,5,3,1,5,2,2,2,1,2,5,3,3,2,5,2,1,5,2 +2024-06-20,0.996883,4,4,2,4,2,4,2,2,3,4,2,2,3,3,4,2,3,2,2,3,4 +2024-06-20,1.051896,3,3,2,3,2,2,3,2,2,3,3,2,3,3,2,3,3,2,4,3,2 +2024-06-20,1.0053298,5,5,2,5,1,5,2,4,3,2,2,2,5,2,4,2,3,2,3,3,4 +2024-06-20,0.93703866,1,5,2,2,2,2,5,3,5,2,1,5,5,2,3,5,5,2,2,5,2 +2024-06-20,0.9874631,1,5,1,4,2,1,5,1,2,2,1,1,5,3,2,5,4,2,5,3,2 +2024-06-20,0.9868016,4,2,2,3,2,2,3,3,3,2,2,2,3,2,4,3,3,2,3,3,2 +2024-06-20,1.0744566,1,4,3,3,4,1,4,2,3,3,1,2,4,3,1,4,3,3,3,2,1 +2024-06-20,1.0053298,1,4,2,3,3,2,3,3,5,3,2,2,4,4,4,3,4,2,3,4,2 +2024-06-20,1.0053298,6,6,2,2,2,2,2,2,1,2,2,2,2,2,4,2,4,2,2,2,2 +2024-06-20,1.0143288,2,5,2,3,2,3,3,1,1,4,1,1,3,2,3,2,4,1,2,3,3 +2024-06-20,0.9384855,2,4,2,3,3,3,4,3,4,3,2,2,2,3,3,4,4,2,2,3,2 +2024-06-20,0.9672266,2,5,1,4,3,1,2,2,2,1,2,3,3,2,3,3,3,2,2,3,2 +2024-06-20,1.0127593,3,5,3,5,2,3,,2,5,3,2,2,3,,,2,2,3,2,5,3 +2024-06-20,1.0127593,1,6,1,2,1,5,2,2,1,2,2,1,6,4,6,1,1,2,2,1,2 +2024-06-20,0.9672266,1,3,2,3,1,6,2,3,3,4,4,2,4,3,6,1,3,3,2,3,2 +2024-06-20,0.99584943,3,6,2,5,2,4,2,3,3,4,2,1,3,2,4,2,3,1,2,2,3 +2024-06-20,1.0053298,1,5,2,3,4,2,2,2,3,3,2,3,3,3,3,3,4,2,2,3,4 +2024-06-20,1.0559736,1,3,1,1,3,2,4,1,2,3,1,2,2,2,2,3,4,2,1,3,2 +2024-06-20,1.0053298,1,2,2,2,3,1,2,2,2,2,1,2,2,3,3,2,2,2,1,3,2 +2024-06-20,0.996883,2,4,1,3,3,3,4,3,2,3,3,2,5,3,4,3,4,2,2,3,2 +2024-06-20,1.051896,3,4,2,2,3,2,3,2,3,1,2,2,1,3,1,2,2,1,3,4,2 +2024-06-20,0.99584943,2,4,2,3,2,2,5,1,4,3,1,2,3,2,4,4,3,2,2,2,2 +2024-06-20,0.9895682,5,4,2,3,2,5,5,5,2,3,2,3,5,3,5,3,3,2,1,4,2 +2024-06-20,1.0102389,1,6,2,2,2,2,4,2,5,3,1,3,4,5,6,4,6,3,2,1,1 +2024-06-20,1.0007535,1,3,2,3,2,4,3,4,3,3,1,4,3,3,4,5,4,2,2,5,2 +2024-06-20,1.0142426,1,4,1,4,2,1,4,1,4,3,1,2,3,3,4,1,4,1,1,3,2 +2024-06-20,1.0035002,2,2,2,2,3,3,3,3,1,1,1,2,2,2,4,3,4,2,2,4,1 +2024-06-20,0.9874631,1,3,1,3,3,1,6,1,3,3,1,3,3,4,3,3,4,1,1,3,1 +2024-06-20,0.99584943,1,3,2,1,5,1,4,5,6,2,1,3,2,3,1,3,1,1,4,3,1 +2024-06-20,0.9895682,2,3,2,2,3,2,4,2,3,2,2,2,2,,2,2,2,2,2,4,2 +2024-06-20,1.0318297,4,4,1,2,1,2,3,1,2,3,2,1,3,2,4,2,5,1,1,3,1 +2024-06-20,1.0053298,3,6,2,2,3,4,2,2,3,4,2,2,3,4,5,3,3,2,2,5,3 +2024-06-20,1.0559736,1,4,6,4,1,3,1,1,1,2,3,2,3,3,3,3,3,2,3,2,1 +2024-06-20,0.9868016,2,5,2,3,2,3,4,2,3,4,2,1,3,4,4,2,5,2,2,3,2 +2024-06-20,0.9528661,3,5,2,5,4,5,2,2,3,5,2,3,5,2,5,2,3,3,2,2,5 +2024-06-20,1.0238738,1,6,3,6,5,4,5,2,3,4,1,3,4,5,5,5,5,2,3,5,4 +2024-06-20,1.0419323,2,5,2,3,4,3,5,3,4,3,1,2,3,5,3,4,5,2,1,5,3 +2024-06-20,0.9528661,1,1,2,2,1,2,4,2,2,2,1,3,1,2,2,1,3,1,2,2,5 +2024-06-20,1.0127593,1,4,1,2,1,2,2,1,2,2,2,2,4,2,4,2,3,2,1,2,2 +2024-06-20,1.0127593,5,5,4,5,3,4,2,2,2,4,4,2,4,2,4,2,3,3,4,3,4 +2024-06-20,0.9868016,3,5,3,4,3,3,5,3,3,3,2,1,5,2,4,4,4,2,3,4,2 +2024-06-20,0.9857699,1,3,2,5,2,4,4,3,4,3,1,2,4,4,5,3,5,2,1,4,5 +2024-06-20,1.0007535,1,3,2,2,5,2,3,2,4,2,2,2,3,1,2,4,3,2,2,2,2 +2024-06-20,0.9857699,3,3,2,3,2,4,3,2,3,4,2,2,3,3,4,3,4,2,2,3,3 +2024-06-20,1.0419323,3,5,2,4,4,3,5,2,6,3,2,2,4,3,3,4,3,2,3,3,2 +2024-06-20,0.9528661,3,2,3,4,2,2,4,5,6,2,1,2,2,2,2,4,3,1,1,6,4 +2024-06-20,0.9748403,2,4,2,5,3,2,5,2,3,4,1,2,4,4,3,4,4,2,3,5,2 +2024-06-20,0.92712563,3,5,2,3,3,2,3,2,3,2,3,2,3,3,4,3,3,2,2,3,2 +2024-06-20,1.0419323,3,2,3,3,4,3,4,4,4,2,1,3,2,4,3,3,2,2,3,5,2 +2024-06-20,1.082278,3,4,2,3,2,2,2,3,4,2,3,2,2,3,4,3,5,2,3,3,2 +2024-06-20,0.9937498,3,4,2,4,3,4,3,3,3,2,2,2,4,3,4,3,3,2,3,5,2 +2024-06-20,1.051896,3,4,2,4,3,2,2,2,2,3,3,2,3,3,4,4,3,2,2,2,2 +2024-06-20,1.0419323,2,4,1,3,1,1,3,2,2,2,1,1,4,1,2,4,4,3,1,3,2 +2024-06-20,0.9895682,3,3,3,4,2,4,4,3,3,4,2,4,4,2,4,4,5,4,3,2,3 +2024-06-20,1.0035002,1,5,2,5,4,1,6,3,5,2,1,2,3,5,2,2,4,2,3,2,3 +2024-06-20,0.9474674,5,6,1,3,1,4,2,2,1,3,5,4,3,3,5,2,5,3,1,3,2 +2024-06-20,0.9874631,5,6,2,6,2,5,,,,,2,1,6,2,6,5,,2,,1,1 +2024-06-20,1.0419323,3,2,3,2,3,2,3,3,4,2,2,3,2,3,2,3,2,2,3,1,2 +2024-06-20,0.9942842,1,2,2,2,3,2,4,3,5,2,1,3,2,4,2,4,3,2,2,1,3 +2024-06-20,1.0222778,5,3,2,2,2,3,3,2,2,3,2,3,2,5,5,1,5,2,5,1,2 +2024-06-20,1.0318297,2,4,2,2,3,5,2,2,5,3,2,2,3,2,5,2,2,1,3,2,3 +2024-06-20,1.0127593,4,5,3,4,3,5,5,2,5,3,2,2,5,2,5,3,5,2,3,5,5 +2024-06-20,0.9528661,3,4,2,2,1,4,4,3,3,2,1,2,3,2,4,3,2,2,3,3,4 +2024-06-20,0.9492825,2,5,2,4,3,1,3,1,4,2,1,1,3,2,2,5,3,2,2,3,1 +2024-06-20,1.0196493,3,5,2,2,3,4,5,2,4,1,1,3,2,2,6,2,3,2,2,2,2 +2024-06-20,1.0318297,2,5,3,4,2,3,2,2,1,3,2,4,6,2,4,4,3,3,2,1,2 +2024-06-20,1.0127593,5,5,3,5,1,5,2,3,4,2,1,5,4,5,5,2,1,5,1,3,3 +2024-06-20,1.0142426,2,5,3,5,5,3,2,1,3,3,1,2,5,3,5,2,3,2,2,2,4 +2024-06-20,0.9528661,3,4,1,3,5,3,2,1,3,3,2,2,3,3,3,3,3,2,1,4,3 +2024-06-20,1.0127593,2,4,1,4,1,1,4,1,1,2,2,1,3,1,5,2,2,2,1,1,3 +2024-06-20,0.99878466,4,5,2,4,2,2,5,4,2,2,2,4,4,4,5,4,4,4,2,3,2 +2024-06-20,0.9942842,3,3,2,4,3,4,2,2,2,3,3,2,3,2,4,2,2,2,2,2,2 +2024-06-20,0.9528661,1,5,2,2,6,2,5,2,4,2,1,2,3,5,2,6,5,3,1,6,3 +2024-06-20,0.9672266,3,4,3,3,2,5,2,3,3,3,1,2,3,3,6,2,3,2,2,3,2 +2024-06-20,1.0053298,2,5,1,3,3,3,5,2,3,2,2,3,2,2,3,3,3,2,1,2,3 +2024-06-20,1.0335038,3,4,4,4,4,3,6,1,3,2,2,3,3,3,3,5,5,3,2,4,2 +2024-06-20,0.93703866,1,3,1,4,2,2,2,1,4,3,1,3,5,4,4,5,6,5,2,5,4 +2024-06-20,0.9748403,3,2,1,2,1,6,6,2,5,2,1,1,2,3,1,6,3,1,3,2,1 +2024-06-20,1.0238738,2,5,2,4,2,4,2,3,2,3,3,3,5,2,5,2,5,2,2,2,2 +2024-06-20,0.996883,1,3,2,1,2,4,1,3,5,3,2,4,2,1,2,3,2,3,1,4,3 +2024-06-20,0.9528661,2,2,1,2,4,2,2,2,3,2,2,1,4,3,4,2,2,1,1,1,3 +2024-06-20,1.0559736,3,6,1,4,3,2,2,1,1,4,1,1,6,1,3,1,5,1,1,4,1 +2024-06-20,0.98636466,1,5,1,3,2,3,3,3,3,4,3,3,4,3,4,3,5,2,2,4,3 +2024-06-20,0.9528661,4,4,2,2,4,3,5,3,4,3,3,3,2,4,6,3,3,3,2,3,3 +2024-06-20,1.0053298,1,5,1,3,2,2,2,2,2,3,2,2,3,2,5,3,3,2,2,3,3 +2024-06-20,1.0127593,4,6,2,2,2,6,,4,2,3,6,3,6,,6,5,5,,3,6,5 +2024-06-20,1.0452228,3,5,1,3,3,2,2,1,4,2,2,1,3,3,2,3,1,1,4,3,1 +2024-06-20,1.0335038,2,4,3,3,5,2,5,2,2,2,2,2,5,2,1,3,5,2,4,5,1 +2024-06-20,0.9528661,1,4,2,2,2,3,3,2,5,2,2,1,2,3,2,4,4,2,1,4,2 +2024-06-20,0.926864,3,5,3,3,4,3,3,3,2,5,2,2,5,3,3,4,3,3,2,4,4 +2024-06-20,1.0035002,1,3,1,1,1,1,1,1,1,1,6,1,1,4,6,1,6,4,2,1,1 +2024-06-20,0.9672266,3,5,3,4,4,3,4,4,3,5,4,2,4,4,4,4,4,2,3,2,2 +2024-06-20,1.0053298,2,6,2,3,3,3,3,2,2,3,2,2,4,2,4,3,4,2,2,3,1 +2024-06-20,1.051896,2,5,1,5,4,2,6,1,3,2,1,1,6,3,4,2,5,1,3,1,1 +2024-06-20,0.9748403,1,3,2,2,4,1,5,2,2,2,1,2,3,3,2,3,3,2,2,5,1 +2024-06-20,1.0419323,2,6,1,2,1,4,6,2,2,5,1,1,3,4,1,5,3,1,1,6,1 +2024-06-20,0.9461035,1,4,2,3,1,1,5,2,1,1,2,2,4,2,3,4,5,1,2,1,1 +2024-06-20,1.0035002,2,4,1,4,3,2,5,1,5,4,3,2,3,5,4,6,6,2,2,4,2 +2024-06-20,1.0222778,4,4,2,3,4,1,3,3,3,3,1,2,3,3,2,4,4,1,3,4,2 +2024-06-20,0.99878466,2,3,2,6,2,2,4,3,3,3,2,3,5,4,3,2,3,2,4,3,2 +2024-06-20,1.0238738,2,5,1,5,4,1,3,2,2,3,2,2,5,3,5,3,5,2,2,3,2 +2024-06-20,1.0318297,1,3,2,5,2,3,5,1,1,3,1,2,4,2,2,6,4,2,1,3,2 +2024-06-20,0.9873727,2,3,4,2,1,3,2,2,5,3,3,4,2,2,4,3,3,2,2,2,3 +2024-06-20,0.996883,3,5,2,2,2,4,2,2,1,2,2,1,2,2,6,2,4,1,2,2,3 +2024-06-20,0.92712563,2,5,2,5,1,2,2,2,2,3,1,1,6,2,3,1,4,2,1,5,1 +2024-06-20,0.9942842,3,3,2,3,2,3,3,3,3,3,2,3,2,2,4,3,3,3,2,5,2 +2024-06-20,0.996883,3,5,5,5,2,5,5,2,5,5,1,2,5,5,5,5,5,2,2,5,5 +2024-06-20,1.0143288,2,3,1,2,2,1,3,2,3,2,1,1,2,2,4,2,2,1,3,3,2 +2024-06-20,1.0134096,2,5,1,4,6,1,5,2,2,1,1,4,6,5,1,5,5,2,1,6,1 +2024-06-20,1.0053298,1,6,2,4,2,2,4,3,4,5,2,4,5,2,5,3,3,4,1,5,4 +2024-06-20,0.9492825,2,3,1,2,3,2,2,2,2,4,2,2,4,3,3,2,3,2,2,3,2 +2024-06-20,0.996883,3,6,2,4,3,2,3,2,2,4,2,3,3,4,4,5,3,2,1,3,3 +2024-06-20,0.99878466,2,6,1,5,2,2,2,2,2,3,1,2,3,,4,2,5,2,1,6,3 +2024-06-20,1.0143288,2,4,2,3,1,2,3,2,4,1,1,2,2,2,4,3,2,2,1,2,2 +2024-06-20,1.0419323,1,4,3,2,4,1,6,1,2,2,1,2,2,3,3,4,3,1,2,1,1 +2024-06-20,0.926864,3,3,2,4,2,1,5,2,3,2,2,2,4,4,3,4,4,2,3,6,2 +2024-06-20,1.0134096,2,5,1,3,5,3,3,1,2,1,2,2,3,2,3,3,5,1,2,2,2 +2024-06-20,0.9895682,2,5,2,3,4,2,4,2,3,3,1,2,4,2,2,3,3,1,2,2,2 +2024-06-20,0.93703866,6,5,5,5,5,5,6,6,3,5,4,3,6,5,5,5,6,5,3,4,2 +2024-06-20,1.0422887,2,5,1,3,5,1,2,2,3,6,1,2,3,2,3,3,2,1,2,3,3 +2024-06-20,0.99584943,2,5,1,2,1,2,2,3,4,3,3,1,2,1,5,2,5,2,2,3,4 +2024-06-20,1.0318297,2,3,2,1,1,1,3,2,3,2,1,2,2,2,5,1,2,1,2,1,1 +2024-06-20,1.0127593,3,5,2,5,2,2,2,1,5,2,1,1,4,2,6,2,3,2,2,2,3 +2024-06-20,1.0127593,3,6,1,3,2,2,4,2,2,4,3,2,5,2,4,3,5,3,3,5,3 +2024-06-20,0.9868016,3,6,1,2,1,2,2,2,3,2,2,2,4,2,3,2,3,2,4,4,2 +2024-06-20,1.0127593,1,5,1,4,6,1,4,1,4,5,1,1,5,6,2,6,3,1,1,6,3 +2024-06-20,1.0143288,1,3,2,2,4,1,5,3,5,2,1,2,2,4,4,5,5,2,3,5,3 +2024-06-20,0.9528661,3,5,4,2,2,5,2,3,5,2,1,2,3,3,6,2,3,2,2,2,3 +2024-06-20,1.0318297,2,3,1,2,4,1,3,1,2,1,1,1,3,1,2,3,4,1,3,1,1 +2024-06-20,0.98636466,1,5,2,6,3,1,3,1,1,5,1,2,2,1,1,1,3,1,1,2,1 +2024-06-20,1.0222778,3,4,1,1,3,3,2,2,2,3,3,3,2,2,4,2,3,1,3,1,2 +2024-06-20,0.9895682,3,6,1,6,5,3,3,1,5,4,1,3,6,4,4,6,6,3,1,6,3 +2024-06-20,0.99124104,2,3,2,2,3,2,3,3,3,2,1,2,3,1,3,3,3,2,2,3,2 +2024-06-20,0.9384855,3,6,1,2,2,5,6,1,6,6,1,2,5,5,5,5,4,2,2,3,5 +2024-06-20,1.0127593,3,4,2,2,1,4,4,2,4,3,1,2,3,2,4,3,2,2,2,4,4 +2024-06-20,0.9873727,2,5,3,,2,3,3,2,2,5,2,2,2,2,3,3,5,3,2,3,2 +2024-06-20,0.9857699,2,3,2,4,2,3,3,2,1,2,2,3,4,2,4,2,3,2,2,1,2 +2024-06-20,1.0419323,2,5,2,2,2,4,3,3,2,2,2,2,3,2,5,2,2,2,2,3,4 +2024-06-20,0.9528661,1,3,2,5,2,4,3,3,2,3,1,4,3,3,3,1,4,5,2,6,2 +2024-06-20,0.9528661,3,3,1,4,4,4,5,3,4,2,2,2,4,3,3,4,4,1,1,4,1 +2024-06-20,0.99878466,1,3,2,3,5,1,5,3,5,2,1,2,2,4,2,5,5,3,2,4,2 +2024-06-20,0.996883,5,5,2,2,3,3,5,4,3,2,2,3,3,2,3,5,5,3,1,3,1 +2024-06-20,0.99124104,1,3,2,3,3,1,4,3,3,2,2,2,3,2,2,3,3,2,2,3,3 +2024-06-20,1.0085934,3,5,3,2,3,1,3,2,3,2,2,2,4,4,4,3,4,2,3,5,3 +2024-06-20,1.0142426,3,6,1,5,1,1,1,1,3,1,1,1,5,1,4,4,5,1,1,2,1 +2024-06-20,0.9528661,2,4,4,2,2,3,4,3,2,2,2,2,3,2,5,3,3,2,2,2,2 +2024-06-20,1.0127593,2,6,2,1,1,1,1,1,1,3,1,1,4,4,5,1,,1,1,1,1 +2024-06-20,1.0134096,2,2,1,6,1,5,3,2,2,3,1,4,5,3,3,1,3,3,5,4,4 +2024-06-20,0.98657596,2,4,2,2,2,3,4,3,4,2,1,3,2,3,4,3,4,2,2,3,2 +2024-06-20,0.9474674,3,5,2,3,2,4,3,3,2,5,2,2,4,4,5,2,5,2,2,2,2 +2024-06-20,0.9528661,5,6,2,2,2,4,6,3,2,5,3,2,3,3,6,3,4,2,1,2,4 +2024-06-20,0.96936256,2,3,2,2,5,2,2,2,3,3,2,2,2,4,2,3,3,1,2,2,2 +2024-06-20,1.0222778,2,6,2,5,3,2,2,3,2,5,2,1,4,4,3,1,2,1,4,3,1 +2024-06-20,1.0238738,3,5,2,5,4,3,2,3,3,4,3,2,3,3,4,3,4,2,3,2,3 +2024-06-20,1.0452228,3,3,1,2,2,4,2,2,1,1,1,2,2,2,4,2,3,1,2,4,2 +2024-06-20,1.0053298,3,6,1,3,1,5,4,1,3,5,2,1,5,3,5,2,5,1,1,1,4 +2024-06-20,1.082278,,,,,,,,,,,,,,,,,,,,, +2024-06-20,1.0196493,6,5,1,3,1,2,2,1,2,3,3,1,3,2,6,2,3,2,3,2,4 +2024-06-20,0.93703866,2,4,2,3,5,3,2,2,3,4,2,4,4,4,3,4,4,2,3,4,5 +2024-06-20,0.9895682,3,3,2,2,3,4,3,2,3,4,2,2,3,2,3,3,4,3,2,2,2 +2024-06-20,0.99584943,1,5,1,6,4,1,6,1,5,3,1,2,5,5,2,5,6,2,1,5,1 +2024-06-20,1.0085934,1,6,2,1,2,2,5,3,3,1,1,3,1,5,2,5,6,3,2,5,2 +2024-06-20,0.9857699,1,6,1,4,1,4,5,2,5,5,1,1,6,,5,4,4,1,3,2,1 +2024-06-20,1.0559736,1,2,1,1,1,2,3,2,2,2,1,2,1,2,2,2,1,1,2,3,2 +2024-06-20,0.9868016,2,3,2,4,4,3,5,2,2,1,2,1,2,2,3,4,4,1,2,4,2 +2024-06-20,0.996883,2,5,2,3,2,3,2,3,5,5,2,3,2,3,2,5,3,4,2,2,2 +2024-06-20,0.9868016,3,3,2,3,2,4,3,3,3,2,1,2,3,2,5,2,4,1,3,3,2 +2024-06-20,0.9461035,1,6,1,2,1,2,5,3,2,4,2,1,5,2,2,4,2,2,1,1,3 +2024-06-20,0.9461035,2,4,2,3,5,2,5,2,4,3,1,3,4,4,3,4,4,3,1,4,2 +2024-06-20,1.0007535,2,5,2,2,2,1,1,2,2,3,1,2,1,1,3,3,2,2,2,1,3 +2024-06-20,0.9895682,3,6,1,2,5,4,3,2,6,6,1,2,4,5,3,3,2,1,2,3,1 +2024-06-20,0.9857699,1,5,1,5,2,3,5,1,2,3,2,1,2,3,5,5,5,1,2,2,2 +2024-06-20,0.9857699,1,5,2,5,1,2,5,2,4,6,1,2,6,3,3,4,2,1,1,3,1 +2024-06-20,0.9672266,2,5,2,4,3,6,4,2,3,2,2,2,5,2,5,2,3,1,2,2,2 +2024-06-20,0.996883,2,3,1,2,3,2,2,3,3,3,1,1,2,4,4,2,4,3,2,2,3 +2024-06-20,0.926864,3,6,1,6,2,4,2,1,2,3,2,1,5,2,6,1,5,1,1,5,2 +2024-06-20,0.9942842,1,,2,5,1,1,2,1,,2,1,1,2,1,2,1,4,,1,1,2 +2024-06-20,1.0422887,1,5,1,3,2,2,3,2,2,3,2,2,3,2,2,2,3,1,1,5,3 +2024-06-20,0.9874631,2,4,3,4,1,4,2,3,4,4,3,1,4,2,6,4,3,2,2,2,3 +2024-06-20,1.0422887,2,5,1,3,4,2,4,2,2,3,2,1,4,4,4,4,3,2,3,3,2 +2024-06-20,0.93703866,4,5,3,3,5,2,4,3,5,3,2,3,3,3,2,3,4,2,2,4,2 +2024-06-20,1.0134096,1,5,1,2,5,3,5,2,2,3,1,3,2,2,2,4,4,2,1,6,2 +2024-06-20,0.9748403,4,3,2,3,3,1,4,1,2,2,1,2,2,2,2,3,3,2,2,4,2 +2024-06-20,1.0318297,1,5,1,3,2,3,3,2,3,3,1,2,5,4,3,2,2,1,1,4,4 +2024-06-20,1.0726442,2,5,1,2,2,1,3,1,2,1,2,1,2,3,2,4,2,2,1,2,1 +2024-06-20,1.0196493,2,3,2,2,3,3,2,2,3,3,1,2,3,2,3,3,3,2,3,2,2 +2024-06-20,0.9857699,3,5,2,3,3,2,4,2,3,2,3,2,3,3,3,3,4,2,2,5,3 +2024-06-20,1.0007535,1,4,1,3,5,2,3,1,4,3,3,1,2,3,4,2,3,2,2,5,3 +2024-06-20,0.93703866,2,3,3,2,3,2,3,4,4,3,2,2,2,2,4,2,3,2,2,3,2 +2024-06-20,1.0007535,3,3,4,2,3,2,2,3,6,2,3,4,3,2,3,2,3,3,5,5,3 +2024-06-20,0.9528661,4,3,2,2,2,5,5,4,3,2,1,2,2,2,4,2,2,2,4,2,2 +2024-06-20,0.9895682,1,4,1,4,5,3,5,2,1,3,4,1,5,6,3,5,5,3,5,6,3 +2024-06-20,0.92712563,2,5,2,5,2,3,2,2,2,3,2,2,5,3,4,3,5,2,2,3,2 +2024-06-20,0.9937498,1,3,2,3,3,3,2,1,2,3,2,1,3,2,3,3,4,2,2,2,1 +2024-06-20,0.996883,3,5,4,3,3,5,2,4,2,4,1,2,4,3,6,3,2,1,3,2,3 +2024-06-20,1.0007535,2,3,1,2,5,1,4,1,3,3,1,1,2,3,2,5,4,1,1,1,2 +2024-06-20,0.9857699,4,4,1,4,5,2,5,2,3,4,2,2,3,5,2,3,3,3,3,3,3 +2024-06-20,0.9942842,1,4,2,2,4,2,2,2,4,2,2,2,3,3,3,4,3,2,2,4,2 +2024-06-20,1.051896,3,2,1,2,4,4,2,2,3,2,2,2,1,3,3,3,2,1,2,4,2 +2024-06-20,1.0053298,3,4,1,6,1,1,3,1,1,1,1,1,6,1,6,2,6,1,1,1,2 +2024-06-20,0.98636466,4,6,2,6,2,4,3,2,2,3,1,2,5,2,4,4,5,2,4,5,3 +2024-06-20,0.9895682,2,4,2,2,4,2,3,2,3,4,2,2,2,3,3,2,4,2,1,3,2 +2024-06-20,0.9492825,2,3,2,5,5,3,3,1,2,3,2,4,3,1,4,2,3,3,2,2,3 +2024-06-20,0.9857699,3,5,2,2,4,3,3,2,4,2,1,2,2,2,4,5,3,2,3,3,2 +2024-06-20,1.0081737,3,4,2,4,3,4,2,2,3,4,1,1,4,2,4,4,4,1,3,2,3 +2024-06-20,1.0452228,4,2,2,3,2,4,4,3,3,2,1,3,4,1,4,4,3,2,3,2,1 +2024-06-20,0.99584943,2,4,1,1,2,2,2,1,1,1,1,1,4,1,4,2,2,1,1,2,3 +2024-06-20,0.926864,1,6,2,5,1,4,3,3,2,2,1,2,5,,5,4,5,3,2,1,1 +2024-06-20,0.92712563,2,5,5,2,3,2,5,2,2,2,2,2,5,3,2,3,4,2,2,2,2 +2024-06-20,1.0222778,2,4,2,3,3,3,3,2,2,3,3,2,3,4,4,3,4,2,3,5,2 +2024-06-20,1.0559736,1,6,1,3,3,1,3,1,3,3,1,1,3,3,1,4,4,1,2,1,1 +2024-06-20,1.0422887,1,4,1,2,5,2,5,1,4,2,1,3,4,4,3,4,4,2,2,3,1 +2024-06-20,0.9461035,2,5,1,5,3,1,1,3,3,3,1,1,5,1,5,3,5,2,3,2,1 +2024-06-20,0.9384855,2,6,2,2,3,3,3,2,3,2,1,1,3,3,4,4,4,1,3,3,2 +2024-06-20,0.9857699,3,5,2,2,2,4,5,2,3,3,3,2,4,4,5,2,2,2,2,2,3 +2024-06-20,0.99584943,1,4,1,2,4,2,6,1,3,2,1,2,3,3,2,2,1,1,2,3,2 +2024-06-20,0.99584943,5,2,2,3,1,5,3,3,4,3,2,3,3,2,2,3,2,3,3,3,3 +2024-06-20,0.9672266,4,5,1,3,2,3,3,3,4,3,3,2,3,3,4,4,4,1,2,3,1 +2024-06-20,1.0127593,3,5,1,3,2,2,3,2,2,2,1,2,4,3,2,3,2,2,2,3,3 +2024-06-20,0.9868016,2,4,1,3,2,2,4,1,3,2,2,1,3,2,4,3,1,1,1,1,1 +2024-06-20,1.0127593,4,6,2,3,3,1,4,2,3,3,2,2,3,,3,4,4,2,3,3,2 +2024-06-20,1.0196493,1,5,3,3,3,2,3,3,3,3,2,3,4,3,3,3,4,3,3,3,3 +2024-06-20,0.9474674,2,5,3,3,4,2,4,2,2,5,1,2,5,3,3,2,3,1,2,2,4 +2024-06-20,1.051896,5,3,3,2,2,2,3,2,4,2,1,3,2,5,3,4,2,2,5,5,2 +2024-06-20,1.0419323,2,3,1,2,2,5,3,2,1,5,2,1,2,5,6,2,2,1,3,2,2 +2024-06-20,1.0419323,3,2,2,3,1,3,3,2,3,2,1,3,2,3,4,2,2,2,2,2,2 +2024-06-20,0.9895682,4,6,2,5,3,5,3,2,2,3,3,2,4,2,5,3,4,2,3,3,4 +2024-06-20,0.9672266,1,4,2,3,2,4,2,2,2,2,2,2,5,3,4,2,3,1,2,2,2 +2024-06-20,0.9857699,3,6,2,5,1,3,4,2,2,3,1,3,5,3,4,2,4,2,2,5,3 +2024-06-20,1.0452228,3,4,2,3,5,2,4,2,3,4,3,2,3,2,2,4,3,1,1,2,2 +2024-06-20,0.9895682,4,5,3,4,3,3,4,3,2,4,2,2,4,3,4,2,3,2,3,3,4 +2024-06-20,0.9857699,5,3,2,5,2,5,4,3,5,2,1,2,3,1,6,4,2,2,3,2,3 +2024-06-20,0.9461035,3,3,3,4,3,3,3,3,3,1,2,3,4,2,3,3,4,2,3,3,2 +2024-06-20,0.9873727,3,5,1,1,1,1,2,1,2,3,2,1,1,1,3,1,1,1,1,2,4 +2024-06-20,0.9748403,1,6,2,3,2,2,2,2,2,2,3,2,4,2,2,2,3,2,1,2,3 +2024-06-20,0.92712563,2,5,2,5,2,2,3,2,2,2,5,1,6,5,5,2,5,2,2,1,3 +2024-06-20,1.0142426,2,3,1,3,1,5,4,2,3,2,1,1,5,2,3,2,2,2,3,3,2 +2024-06-20,1.0726442,1,5,1,2,5,2,5,2,4,3,2,2,2,6,3,4,5,3,2,3,4 +2024-06-20,0.9384855,1,4,2,2,3,2,4,3,4,2,1,2,2,2,2,3,3,2,1,4,1 +2024-06-20,1.0142426,2,4,2,2,2,2,3,2,3,3,2,2,3,2,4,3,4,2,2,3,2 +2024-06-20,0.9672266,2,5,2,6,3,5,6,2,3,3,2,3,6,2,5,3,5,3,1,3,3 +2024-06-20,1.0318297,4,5,2,2,2,4,2,2,2,2,2,2,2,2,4,3,4,2,2,2,2 +2024-06-20,0.99584943,2,5,3,2,1,6,6,3,6,2,1,1,2,5,6,5,6,2,3,6,2 +2024-06-20,1.0419323,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.9873727,3,5,2,2,3,5,3,2,2,3,2,2,4,2,4,4,3,2,2,2,3 +2024-06-20,0.93703866,3,3,2,2,3,2,1,2,3,3,1,2,2,1,4,2,3,1,2,4,3 +2024-06-20,0.9384855,2,5,2,3,3,1,4,4,2,3,1,4,4,4,3,2,2,2,2,4,1 +2024-06-20,1.0053298,,,,,,,,,,,,,,,,,,,,, +2024-06-20,0.9748403,3,2,3,5,1,4,3,4,3,3,2,2,3,2,5,3,4,2,4,2,2 +2024-06-20,0.9895682,1,5,1,2,1,2,5,2,4,4,2,1,6,2,5,5,2,2,2,2,5 +2024-06-20,1.0238738,1,6,1,2,2,1,1,1,3,5,1,1,2,2,5,1,2,1,1,1,3 +2024-06-20,0.99584943,2,4,2,2,2,1,4,1,6,3,2,1,2,3,3,6,3,1,2,3,2 +2024-06-20,1.0134096,3,4,2,5,4,3,5,3,3,3,1,3,4,,3,5,4,2,6,2,3 +2024-06-20,0.9868016,2,4,3,2,2,2,6,2,3,3,1,1,2,2,5,3,2,1,2,4,2 +2024-06-20,1.051896,2,1,4,5,2,3,4,4,5,1,2,3,2,3,2,3,3,1,2,3,5 +2024-06-20,1.051896,2,2,3,2,2,2,4,2,2,2,1,2,1,3,1,2,3,3,3,2,2 +2024-06-20,0.99124104,2,6,1,4,3,1,2,1,3,4,2,1,4,3,3,1,4,1,2,1,3 +2024-06-20,0.99878466,3,5,3,4,2,4,3,3,2,3,4,2,3,3,5,2,3,2,2,3,2 +2024-06-20,1.0238738,3,5,2,3,1,2,5,2,6,5,1,2,4,3,5,1,3,1,3,3,2 +2024-06-20,0.926864,3,6,3,5,4,3,5,3,3,3,3,3,4,5,4,4,5,3,3,3,3 +2024-06-20,1.0335038,3,4,3,2,4,3,4,3,4,3,3,2,3,4,4,4,3,1,3,2,3 +2024-06-20,1.0238738,5,6,3,4,5,3,3,2,1,5,2,3,5,2,3,2,2,3,1,3,2 +2024-06-20,1.0196493,1,5,2,4,3,5,4,2,5,5,2,2,5,5,6,3,6,2,2,5,3 +2024-06-20,0.9384855,5,3,2,4,3,6,3,2,2,4,2,1,5,4,6,5,2,3,3,3,3 +2024-06-20,1.0238738,2,5,3,6,3,5,3,4,2,4,2,3,6,4,6,3,3,2,3,3,5 +2024-06-20,1.0422887,1,4,1,3,2,4,3,3,3,3,2,2,2,2,4,2,4,2,2,2,2 +2024-06-20,1.0559736,,2,,,2,3,3,2,3,2,5,,,,,,,2,2,4,2 +2024-06-20,1.0222778,2,3,3,4,2,3,6,2,2,3,1,3,3,3,2,3,4,2,3,3,2 +2024-06-20,1.051896,3,3,2,3,2,2,1,1,1,2,2,1,2,2,3,1,2,1,1,2,1 +2024-06-20,1.0053298,2,5,1,3,4,2,3,2,3,5,1,2,5,3,6,3,3,1,3,5,5 +2024-06-20,1.0127593,3,6,2,2,3,3,3,2,2,2,2,2,4,4,3,3,4,2,3,3,2 +2024-06-20,0.98657596,2,5,2,4,5,5,4,2,2,2,2,3,5,2,4,5,,3,3,3,3 +2024-06-20,0.9528661,1,4,3,3,3,2,3,2,3,4,2,3,2,3,4,2,3,2,2,3,3 +2024-06-20,0.9492825,1,3,1,1,3,1,2,1,5,2,1,1,1,1,1,3,1,1,1,4,1 +2024-06-20,0.9528661,1,6,2,3,2,1,4,2,2,3,1,1,5,2,2,2,5,2,2,2,1 +2024-06-20,0.9873727,3,6,1,1,2,3,,5,2,2,2,1,3,1,5,3,5,2,2,2,2 +2024-06-20,1.0007535,2,3,2,2,3,2,2,3,3,2,2,2,2,2,2,3,3,1,2,2,2 +2024-06-20,0.93703866,1,4,1,1,3,2,5,2,5,3,1,1,1,2,5,6,2,2,1,4,4 +2024-06-20,0.926864,3,5,2,2,3,1,3,3,3,4,2,2,2,2,3,2,2,2,3,4,2 +2024-06-20,1.0127593,1,5,1,3,2,2,1,2,2,3,1,2,3,3,3,2,4,2,2,3,2 +2024-06-20,1.0134096,5,6,3,2,2,5,3,2,2,2,1,1,3,2,4,1,2,1,3,5,2 +2024-06-20,1.0559736,2,3,1,1,1,3,5,2,5,2,1,1,1,3,3,4,2,1,3,2,3 +2024-06-20,0.926864,3,6,3,2,2,4,4,3,2,4,3,2,5,3,5,2,4,1,3,5,2 +2024-06-20,1.0053298,3,5,2,5,2,5,1,5,2,5,2,2,2,2,5,2,2,1,3,2,2 +2024-06-20,1.0318297,5,6,3,5,3,5,4,3,2,3,2,2,5,2,6,4,5,2,3,3,5 +2024-06-20,0.98657596,3,5,2,2,3,4,3,3,2,2,1,1,2,2,4,5,3,1,3,6,2 +2024-06-20,1.0127593,3,5,2,2,2,5,3,3,3,3,2,2,3,3,5,3,5,2,2,5,2 +2024-06-20,0.9461035,4,4,2,3,3,4,4,2,3,2,1,2,3,3,3,2,4,2,2,4,2 +2024-06-20,0.99584943,2,4,1,4,4,1,2,2,4,3,1,1,3,3,3,3,2,1,1,3,2 +2024-06-20,0.9937498,2,5,1,3,2,2,3,2,3,2,1,1,2,2,2,1,3,1,1,5,1 +2024-06-20,0.9528661,5,2,2,3,2,4,2,3,2,2,2,2,3,5,5,2,2,2,3,3,2 +2024-06-20,0.9672266,3,5,2,3,2,4,2,2,3,3,2,2,4,2,4,2,3,2,3,3,3 +2024-06-20,1.0422887,4,6,3,3,6,3,6,2,2,3,3,2,3,5,3,4,4,3,3,3,3 +2024-06-20,1.0196493,2,6,1,2,1,5,3,2,4,3,3,1,3,1,5,1,4,1,1,1,2 +2024-06-20,1.0335038,2,6,1,3,3,4,5,2,2,2,2,2,5,2,1,3,6,2,1,5,1 +2024-06-20,0.9868016,6,6,2,4,2,6,4,2,4,2,2,2,6,3,3,4,2,2,3,5,3 +2024-06-20,1.0419323,3,4,1,3,2,5,2,2,1,3,2,3,3,3,4,2,5,2,2,4,2 +2024-06-20,0.9857699,3,4,2,4,3,3,4,2,4,4,1,2,4,3,4,3,4,2,2,4,5 +2024-06-20,0.99878466,3,5,1,5,1,6,5,3,3,6,2,3,5,3,6,5,5,3,3,3,3 +2024-06-20,0.926864,3,4,2,3,2,2,3,2,3,2,2,1,3,2,3,3,4,2,2,2,1 +2024-06-20,1.0222778,5,4,3,4,3,4,4,3,4,3,2,2,3,4,4,3,3,2,4,4,3 +2024-06-20,0.996883,3,3,3,3,3,4,3,2,2,2,2,2,2,2,2,2,3,2,2,3,2 +2024-06-20,1.0238738,5,5,1,4,1,6,2,2,5,3,2,1,4,2,5,1,2,1,1,1,1 +2024-06-20,1.0134096,1,2,2,5,2,2,2,2,2,2,1,2,2,2,2,3,3,2,2,3,2 +2024-06-20,0.9528661,1,2,3,1,4,2,5,3,5,1,1,2,2,2,1,5,2,2,2,4,3 +2024-06-20,0.99124104,4,4,2,3,2,3,3,2,3,3,2,2,4,3,4,2,2,2,2,2,3 +2024-06-20,1.0419323,3,5,3,2,4,3,3,2,3,3,2,2,2,4,3,3,3,2,4,2,3 +2024-06-20,1.0134096,2,4,2,3,3,4,5,3,3,2,2,3,3,4,3,5,4,2,3,3,2 +2024-06-20,0.9895682,2,5,2,3,3,2,3,2,3,3,2,2,2,2,4,2,2,2,2,2,2 +2024-06-20,0.99878466,1,6,1,5,1,6,2,1,2,6,2,1,6,5,6,2,6,1,1,1,1 +2024-06-20,1.0127593,1,5,1,5,2,2,5,1,2,3,3,1,5,6,5,3,5,1,1,2,2 +2024-06-20,0.9873727,2,3,1,2,2,2,2,2,3,2,1,2,2,2,3,3,4,2,2,2,2 +2024-06-20,0.996883,2,6,4,4,4,3,3,2,4,3,2,3,3,2,3,4,1,3,1,3,2 +2024-06-20,0.926864,2,4,2,4,2,2,3,3,3,2,3,3,4,2,4,3,3,2,2,3,3 +2024-06-20,0.93703866,1,3,1,1,2,5,2,2,3,2,1,1,2,2,5,2,3,1,2,5,1 +2024-06-20,1.0142426,1,6,2,2,5,2,1,2,2,5,1,2,5,5,5,4,5,3,1,5,5 +2024-06-20,0.99124104,2,4,2,3,6,3,5,4,4,3,1,3,3,5,3,4,4,3,2,4,4 +2024-06-20,0.9492825,4,5,2,4,3,4,2,2,1,3,3,2,4,3,4,2,4,2,2,3,2 +2024-06-20,0.99584943,2,4,1,4,5,3,4,3,3,4,2,2,4,3,4,4,4,2,2,4,3 +2024-06-20,0.9528661,2,4,3,2,2,3,5,1,1,3,2,1,3,4,4,3,4,1,2,2,3 +2024-06-20,0.98657596,4,3,2,5,5,2,5,2,2,3,3,2,5,3,2,3,5,2,3,3,3 +2024-06-20,0.9857699,3,4,1,1,1,2,2,2,2,2,2,1,4,2,4,2,2,2,2,3,3 +2024-06-20,1.0007535,1,3,2,2,2,3,4,3,1,6,1,3,4,4,2,1,5,3,1,6,2 +2024-06-20,0.926864,2,5,1,5,1,5,5,1,5,5,1,1,5,2,5,3,4,2,2,2,2 +2024-06-20,1.0238738,4,5,2,5,2,6,5,2,2,5,2,2,5,3,5,2,5,2,2,2,2 +2024-06-20,1.0142426,1,4,3,4,3,2,2,3,2,2,3,2,3,2,3,2,3,3,3,2,2 +2024-06-20,1.0318297,3,5,2,4,3,3,4,2,3,5,3,2,4,2,4,3,4,2,2,3,4 +2024-06-20,0.926864,1,3,1,2,2,1,6,1,5,2,1,2,3,3,3,5,3,2,1,5,2 +2024-06-20,1.0007535,1,6,1,4,5,2,6,1,5,3,2,2,6,4,2,5,6,2,2,6,2 +2024-06-20,1.0419323,2,5,2,3,4,2,5,1,3,3,2,2,5,2,2,3,2,2,1,5,1 +2024-06-20,1.0222778,2,4,1,3,1,3,2,2,2,2,3,1,3,3,4,2,2,1,1,2,2 +2024-06-20,0.9461035,3,4,3,3,4,3,5,5,2,3,2,3,2,3,4,2,2,2,2,2,2 +2024-06-20,0.9384855,3,5,2,4,3,1,3,2,2,3,2,1,4,3,3,3,4,2,3,2,1 +2024-06-20,1.0134096,2,4,3,3,4,3,3,2,4,2,3,2,3,2,2,3,4,2,2,2,2 +2024-06-20,1.0053298,3,5,2,6,3,3,5,3,3,3,1,2,5,3,6,4,6,2,2,2,5 +2024-06-20,1.0422887,2,4,1,4,2,4,3,1,5,4,1,1,3,2,5,4,3,1,1,2,3 +2024-06-20,1.0238738,2,5,1,6,5,1,3,1,5,5,1,2,3,3,6,3,4,1,1,1,1 +2024-06-20,1.0142426,3,4,1,5,2,2,3,2,1,3,2,2,4,2,6,1,2,2,2,2,3 +2024-06-20,0.9528661,3,5,2,2,2,4,2,3,3,3,2,2,3,3,4,3,3,2,2,4,2 +2024-06-20,1.0196493,1,5,1,5,1,2,3,1,3,3,2,2,4,5,4,2,3,1,1,2,4 +2024-06-20,1.0134096,1,5,1,3,2,3,5,2,3,3,1,2,3,3,4,3,2,1,1,4,4 +2024-06-20,1.0134096,2,3,3,2,2,3,3,2,4,2,2,2,2,3,3,2,2,2,2,2,2 +2024-06-20,0.96936256,5,3,2,5,1,3,2,1,3,2,2,2,3,3,3,2,4,2,2,2,3 +2024-06-20,0.99584943,1,3,1,2,2,3,4,1,2,4,1,3,2,4,6,3,4,2,1,3,4 +2024-06-20,1.0726442,1,5,1,2,4,2,5,2,2,4,3,2,3,4,4,3,5,2,1,5,2 +2024-06-20,1.0318297,2,2,2,5,2,2,2,2,3,2,5,1,5,2,5,2,2,1,1,5, +2024-06-20,0.99584943,2,3,2,4,2,5,5,2,4,3,2,1,4,3,6,2,3,1,3,2,3 +2024-06-20,0.9895682,1,4,1,3,3,2,4,1,3,2,1,1,3,3,3,3,3,2,2,4,2 +2024-06-20,0.9873727,2,5,2,3,4,1,3,2,5,3,2,3,3,3,3,3,4,1,1,3,2 +2024-06-20,0.9528661,1,2,2,4,1,2,2,2,2,1,2,3,4,4,2,5,5,4,2,3,3 +2024-06-20,0.9748403,3,5,2,3,6,2,6,2,3,3,1,2,2,3,2,4,4,2,2,4,3 +2024-06-20,1.0134096,1,2,3,2,3,1,4,3,5,2,1,3,2,4,2,3,2,3,3,2,2 +2024-06-20,0.9528661,3,4,3,3,3,3,3,2,3,3,2,2,3,3,2,2,2,2,3,3,2 +2024-06-20,1.051896,3,2,3,2,4,3,5,5,2,2,2,2,3,4,2,4,2,3,5,6,2 +2024-06-20,1.0259477,1,4,1,2,2,2,3,2,3,2,3,2,4,3,4,4,3,1,2,2,2 +2024-06-20,0.996883,2,4,2,3,2,2,2,2,2,4,2,2,2,3,3,3,2,2,2,3,2 diff --git a/metasyn/var.py b/metasyn/var.py index cfd6c985..c2338d1c 100644 --- a/metasyn/var.py +++ b/metasyn/var.py @@ -13,7 +13,7 @@ from metasyn.varspec import DistributionSpec -class MetaVar(): +class MetaVar: """Metadata variable describing a column in a MetaFrame. MetaVar is a structure that holds all metadata needed to generate a @@ -50,14 +50,16 @@ class MetaVar(): it will be assumed to have been created by the user. """ - def __init__(self, # pylint: disable=too-many-arguments - name: str, - var_type: str, - distribution: BaseDistribution, - dtype: str = "unknown", - description: Optional[str] = None, - prop_missing: float = 0.0, - creation_method: Optional[dict] = None): + def __init__( + self, # pylint: disable=too-many-arguments + name: str, + var_type: str, + distribution: BaseDistribution, + dtype: str = "unknown", + description: Optional[str] = None, + prop_missing: float = 0.0, + creation_method: Optional[dict] = None, + ): self.name = name self.var_type = var_type self.distribution = distribution @@ -67,9 +69,11 @@ def __init__(self, # pylint: disable=too-many-arguments self.creation_method = creation_method if creation_method is None: self.creation_method = {"created_by": "user"} - if self.prop_missing < -1e-8 or self.prop_missing > 1+1e-8: - raise ValueError(f"Cannot create variable '{self.name}' with proportion missing " - "outside range [0, 1]") + if self.prop_missing < -1e-8 or self.prop_missing > 1 + 1e-8: + raise ValueError( + f"Cannot create variable '{self.name}' with proportion missing " + "outside range [0, 1]" + ) @staticmethod def get_var_type(series: pl.Series) -> str: @@ -90,10 +94,13 @@ def get_var_type(series: pl.Series) -> str: """ if not isinstance(series, pl.Series): series = pl.Series(series) - try: - polars_dtype = pl.datatypes.dtype_to_py_type(series.dtype).__name__ - except NotImplementedError: - polars_dtype = pl.datatypes.dtype_to_ffiname(series.dtype) + if series.dtype.base_type() in [pl.Categorical, pl.Enum]: + polars_dtype = "categorical" + else: + try: + polars_dtype = pl.datatypes.dtype_to_py_type(series.dtype).__name__ + except NotImplementedError: + polars_dtype = pl.datatypes.dtype_to_ffiname(series.dtype) convert_dict = { "int": "discrete", @@ -109,8 +116,7 @@ def get_var_type(series: pl.Series) -> str: try: return convert_dict[polars_dtype] except KeyError as exc: - raise ValueError( - f"Unsupported polars type '{polars_dtype}'") from exc + raise ValueError(f"Unsupported polars type '{polars_dtype}'") from exc def to_dict(self) -> Dict[str, Any]: """Create a dictionary from the variable.""" @@ -143,21 +149,23 @@ def __str__(self) -> str: return ( f'"{self.name}"\n' - f'{description}' - f'- Variable Type: {self.var_type}\n' - f'- Data Type: {self.dtype}\n' - f'- Proportion of Missing Values: {self.prop_missing:.4f}\n' - f'- Distribution:\n{distribution_formatted}\n' + f"{description}" + f"- Variable Type: {self.var_type}\n" + f"- Data Type: {self.dtype}\n" + f"- Proportion of Missing Values: {self.prop_missing:.4f}\n" + f"- Distribution:\n{distribution_formatted}\n" ) @classmethod - def fit(cls, # pylint: disable=too-many-arguments - series: pl.Series, - dist_spec: Optional[Union[dict, type, BaseDistribution, DistributionSpec]] = None, - provider_list: DistributionProviderList = DistributionProviderList("builtin"), - privacy: BasePrivacy = BasicPrivacy(), - prop_missing: Optional[float] = None, - description: Optional[str] = None) -> MetaVar: + def fit( + cls, # pylint: disable=too-many-arguments + series: pl.Series, + dist_spec: Optional[Union[dict, type, BaseDistribution, DistributionSpec]] = None, + provider_list: DistributionProviderList = DistributionProviderList("builtin"), + privacy: BasePrivacy = BasicPrivacy(), + prop_missing: Optional[float] = None, + description: Optional[str] = None, + ) -> MetaVar: """Fit distributions to the data. If multiple distributions are available for the current data type, @@ -192,9 +200,15 @@ def fit(cls, # pylint: disable=too-many-arguments distribution = provider_list.fit(series, var_type, dist_spec, privacy) if prop_missing is None: prop_missing = (len(series) - len(series.drop_nulls())) / len(series) - return cls(series.name, var_type, distribution=distribution, dtype=str(series.dtype), - description=description, prop_missing=prop_missing, - creation_method=dist_spec.get_creation_method(privacy)) + return cls( + series.name, + var_type, + distribution=distribution, + dtype=str(series.dtype), + description=description, + prop_missing=prop_missing, + creation_method=dist_spec.get_creation_method(privacy), + ) def draw(self) -> Any: """Draw a random item for the variable in whatever type is required.""" @@ -223,11 +237,13 @@ def draw_series(self, n: int) -> pl.Series: return pl.Series(value_list) @classmethod - def from_dict(cls, - var_dict: Dict[str, Any], - distribution_providers: Union[ - None, str, type[BaseDistributionProvider], - BaseDistributionProvider] = None) -> MetaVar: + def from_dict( + cls, + var_dict: Dict[str, Any], + distribution_providers: Union[ + None, str, type[BaseDistributionProvider], BaseDistributionProvider + ] = None, + ) -> MetaVar: """Restore variable from dictionary. Parameters @@ -253,5 +269,5 @@ def from_dict(cls, prop_missing=var_dict["prop_missing"], dtype=var_dict["dtype"], description=var_dict.get("description", None), - creation_method=var_dict.get("creation_method", {"created_by": "unknown"}) + creation_method=var_dict.get("creation_method", {"created_by": "unknown"}), ) diff --git a/tests/test_privacy.py b/tests/test_privacy.py index 815d9b1c..c83935f4 100644 --- a/tests/test_privacy.py +++ b/tests/test_privacy.py @@ -25,6 +25,4 @@ def test_base_privacy(): def test_import_error(): with pytest.raises(ImportError): - get_privacy("disclosure") - with pytest.raises(ImportError): - get_privacy("dics") + get_privacy("nonexistentprivacyplugin")