iBuitron

Results 11 comments of iBuitron

as you, When import import rpy2 (works) from rpy2 import robjects (error) R[write to console]: Error: no more error handlers available (recursive errors?); invoking 'abort' restart R[write to console]: Error:...

Nice! it works!, I thought it was a bug, can it be added to the documentation? https://reflex.dev/docs/pages/routes/

@justinepaulpadayao This is my snippe code for gmail, hope helps you: (is made for a web, sending mails from my second account to my main account with the data summinted...

@wasade This is the code for df2 [df2.csv](https://github.com/biocore/scikit-bio/files/8523012/df2.csv) ``` from skbio.diversity import alpha_diversity method = "michaelis_menten_fit" data = df2 alpha_diversity(metric=method, counts= data) ``` platform : Windows10

df2 is a example from a guide [Moreno E.](http://entomologia.rediris.es/sea/manytes/metodos.pdf) page: 31, "Cuadro 2" Just copy and paste from the pdf to excel and read by pandas. I'm trying to do...

@wasade this is how i did that ![image](https://user-images.githubusercontent.com/102157308/164274113-275de54e-1ae7-4426-9efa-317d2945f8bb.png) ![image](https://user-images.githubusercontent.com/102157308/164274172-3ab98ffc-f933-40e2-9d34-b0d897642740.png)

I'm so sry for the mess :c @wasade ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) d:\Python\Proyectos_Python\analisis_biodiversidad\Estadistica\Biodiversidad_stats.ipynb Cell [1](vscode-notebook-cell:/d%3A/Python/Proyectos_Python/analisis_biodiversidad/Estadistica/Biodiversidad_stats.ipynb#ch0000061?line=0)8' in () 1 method = "michaelis_menten_fit" [2](vscode-notebook-cell:/d%3A/Python/Proyectos_Python/analisis_biodiversidad/Estadistica/Biodiversidad_stats.ipynb#ch0000061?line=1) data = df2 ---->...

@wasade do it and get this ![image](https://user-images.githubusercontent.com/102157308/164275833-29aa5d39-4f90-4843-b46b-7570164065ca.png)

``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) d:\Python\Proyectos_Python\analisis_biodiversidad\Estadistica\Biodiversidad_stats.ipynb Cell [1](vscode-notebook-cell:/d%3A/Python/Proyectos_Python/analisis_biodiversidad/Estadistica/Biodiversidad_stats.ipynb#ch0000061?line=0)8' in () 1 method = "michaelis_menten_fit" [2](vscode-notebook-cell:/d%3A/Python/Proyectos_Python/analisis_biodiversidad/Estadistica/Biodiversidad_stats.ipynb#ch0000061?line=1) data = df2 ----> [3](vscode-notebook-cell:/d%3A/Python/Proyectos_Python/analisis_biodiversidad/Estadistica/Biodiversidad_stats.ipynb#ch0000061?line=2) alpha_diversity(metric=method, counts= data) File d:\Python\Proyectos_Python\analisis_biodiversidad\venv\lib\site-packages\skbio\diversity\_driver.py:181, in alpha_diversity(metric,...