# Would somebody suggest what is the right to work in a parallel loop and write data to the same Dataframe?

**URL:** https://discourse.julialang.org/t/would-somebody-suggest-what-is-the-right-to-work-in-a-parallel-loop-and-write-data-to-the-same-dataframe/32949
**Category:** New to Julia
**Created:** [January 4, 2020, 12:21am UTC](https://discourse.julialang.org/t/would-somebody-suggest-what-is-the-right-to-work-in-a-parallel-loop-and-write-data-to-the-same-dataframe/32949 "2020-01-04T00:21:16Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![tkf](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tkf/32/17635_2.png) [@tkf](https://discourse.julialang.org/u/tkf)
#### Post date: [January 5, 2020, 12:29am UTC](https://discourse.julialang.org/t/would-somebody-suggest-what-is-the-right-to-work-in-a-parallel-loop-and-write-data-to-the-same-dataframe/32949/4 "2020-01-05T00:29:09Z")

</div>

You can use Transducers.jl for this (disclaimer: I’m the author):

> [@Thread- and process-based parallelisms in Transducers.jl (+ some news)](https://discourse.julialang.org/t/thread-and-process-based-parallelisms-in-transducers-jl-some-news/32285/1):
>
> Transducers.jl now can be used to create various table types from DataFrames.jl, TypedTables.jl, StructArrays.jl, etc. See [`copy`](https://tkf.github.io/Transducers.jl/dev/manual/#Base.copy) and its parallel versions [`tcopy`](https://tkf.github.io/Transducers.jl/dev/manual/#Transducers.tcopy) and [`dcopy`](https://tkf.github.io/Transducers.jl/dev/manual/#Transducers.dcopy).

---

_[View the full topic](https://discourse.julialang.org/t/would-somebody-suggest-what-is-the-right-to-work-in-a-parallel-loop-and-write-data-to-the-same-dataframe/32949)._
