# Can we run a python-pandas script inside dremio instance?

**URL:** https://community.dremio.com/t/can-we-run-a-python-pandas-script-inside-dremio-instance/4081
**Category:** Uncategorized
**Created:** [September 16, 2019, 3:48pm UTC](https://community.dremio.com/t/can-we-run-a-python-pandas-script-inside-dremio-instance/4081 "2019-09-16T15:48:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ankan1991](https://avatars.discourse-cdn.com/v4/letter/a/ee59a6/32.png) [@Ankan1991](https://community.dremio.com/u/Ankan1991)
#### Post date: [September 16, 2019, 3:48pm UTC](https://community.dremio.com/t/can-we-run-a-python-pandas-script-inside-dremio-instance/4081/1 "2019-09-16T15:48:54Z")

</div>

My question is can we save python scripts inside the dremio instance(space).

The tutorials suggest that we can only make a connection to the data sources inside dremIO and using odbc connector we can query these data sources.

However, can we create and save scripts inside the dremio instance and allow users who has access to the space to use these scripts? If yes, how do we do it…Any links/leads/suggestions would really be appreciated.

---

<div class="post-metadata">

### Author: ![balaji.ramaswamy](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/balaji.ramaswamy/32/843_2.png) [@balaji.ramaswamy](https://community.dremio.com/u/balaji.ramaswamy)
#### Post date: [September 17, 2019, 5:55am UTC](https://community.dremio.com/t/can-we-run-a-python-pandas-script-inside-dremio-instance/4081/2 "2019-09-17T05:55:20Z")

</div>

@Ankan1991

Currently we can only save as valid SQL called virtual data sets

Thanks  
@balaji.ramaswamy

---

<div class="post-metadata">

### Author: ![Ankan1991](https://avatars.discourse-cdn.com/v4/letter/a/ee59a6/32.png) [@Ankan1991](https://community.dremio.com/u/Ankan1991)
#### Post date: [September 17, 2019, 6:29am UTC](https://community.dremio.com/t/can-we-run-a-python-pandas-script-inside-dremio-instance/4081/3 "2019-09-17T06:29:35Z")

</div>

Thank you for your reply. 🙂
