File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -763,8 +763,8 @@ <h1>skbio.alignment.TabularMSA<a class="headerlink" href="#skbio-alignment-tabul
763763< dt > < a class ="reference internal " href ="skbio.sequence.DNA.html#skbio.sequence.DNA " title ="skbio.sequence.DNA "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> skbio.sequence.DNA</ span > </ code > </ a > </ dt > < dd > </ dd >
764764< dt > < a class ="reference internal " href ="skbio.sequence.RNA.html#skbio.sequence.RNA " title ="skbio.sequence.RNA "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> skbio.sequence.RNA</ span > </ code > </ a > </ dt > < dd > </ dd >
765765< dt > < a class ="reference internal " href ="skbio.sequence.Protein.html#skbio.sequence.Protein " title ="skbio.sequence.Protein "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> skbio.sequence.Protein</ span > </ code > </ a > </ dt > < dd > </ dd >
766- < dt > < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html#pandas.DataFrame " title ="(in pandas v2.3.2 ) "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> pandas.DataFrame</ span > </ code > </ a > </ dt > < dd > </ dd >
767- < dt > < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Index.html#pandas.Index " title ="(in pandas v2.3.2 ) "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> pandas.Index</ span > </ code > </ a > </ dt > < dd > </ dd >
766+ < dt > < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html#pandas.DataFrame " title ="(in pandas v2.3.3 ) "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> pandas.DataFrame</ span > </ code > </ a > </ dt > < dd > </ dd >
767+ < dt > < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Index.html#pandas.Index " title ="(in pandas v2.3.3 ) "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> pandas.Index</ span > </ code > </ a > </ dt > < dd > </ dd >
768768< dt > < a class ="reference internal " href ="skbio.alignment.TabularMSA.reassign_index.html#skbio.alignment.TabularMSA.reassign_index " title ="skbio.alignment.TabularMSA.reassign_index "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> reassign_index</ span > </ code > </ a > </ dt > < dd > </ dd >
769769</ dl >
770770</ div >
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ <h1>skbio.alignment.TabularMSA.sort<a class="headerlink" href="#skbio-alignment-
729729< dl class ="simple ">
730730< dt > < a class ="reference internal " href ="skbio.alignment.TabularMSA.html#skbio.alignment.TabularMSA.index " title ="skbio.alignment.TabularMSA.index "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> index</ span > </ code > </ a > </ dt > < dd > </ dd >
731731< dt > < a class ="reference internal " href ="skbio.alignment.TabularMSA.reassign_index.html#skbio.alignment.TabularMSA.reassign_index " title ="skbio.alignment.TabularMSA.reassign_index "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> reassign_index</ span > </ code > </ a > </ dt > < dd > </ dd >
732- < dt > < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.sort_index.html#pandas.Series.sort_index " title ="(in pandas v2.3.2 ) "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> pandas.Series.sort_index</ span > </ code > </ a > </ dt > < dd > </ dd >
732+ < dt > < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.sort_index.html#pandas.Series.sort_index " title ="(in pandas v2.3.3 ) "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> pandas.Series.sort_index</ span > </ code > </ a > </ dt > < dd > </ dd >
733733</ dl >
734734</ div >
735735< p class ="rubric "> Notes</ p >
Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ <h2>Data augmentation<a class="headerlink" href="#data-augmentation" title="Link
765765< td > < p > “obs” (observation)</ p > </ td >
766766< td > < p > “var” (variable)</ p > </ td >
767767</ tr >
768- < tr class ="row-even "> < td > < p > Pandas < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html#pandas.DataFrame " title ="(in pandas v2.3.2 ) "> < code class ="xref py py-class docutils literal notranslate "> < span class ="pre "> DataFrame</ span > </ code > </ a > </ p > </ td >
768+ < tr class ="row-even "> < td > < p > Pandas < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html#pandas.DataFrame " title ="(in pandas v2.3.3 ) "> < code class ="xref py py-class docutils literal notranslate "> < span class ="pre "> DataFrame</ span > </ code > </ a > </ p > </ td >
769769< td > < p > “index” (rows)</ p > </ td >
770770< td > < p > “columns”</ p > </ td >
771771</ tr >
@@ -854,7 +854,7 @@ <h2>Data augmentation<a class="headerlink" href="#data-augmentation" title="Link
854854< span id ="table-output "> </ span > < h3 > Output formats< a class ="headerlink " href ="#output-formats " title ="Link to this heading "> #</ a > </ h3 >
855855< p > Some functions that < em > produce</ em > tables can return the result in one of three formats:</ p >
856856< ul class ="simple ">
857- < li > < p > Pandas < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html#pandas.DataFrame " title ="(in pandas v2.3.2 ) "> < code class ="xref py py-class docutils literal notranslate "> < span class ="pre "> DataFrame</ span > </ code > </ a > and < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.html#pandas.Series " title ="(in pandas v2.3.2 ) "> < code class ="xref py py-class docutils literal notranslate "> < span class ="pre "> Series</ span > </ code > </ a > (default)</ p > </ li >
857+ < li > < p > Pandas < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html#pandas.DataFrame " title ="(in pandas v2.3.3 ) "> < code class ="xref py py-class docutils literal notranslate "> < span class ="pre "> DataFrame</ span > </ code > </ a > and < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.html#pandas.Series " title ="(in pandas v2.3.3 ) "> < code class ="xref py py-class docutils literal notranslate "> < span class ="pre "> Series</ span > </ code > </ a > (default)</ p > </ li >
858858< li > < p > Polars < a class ="reference external " href ="https://docs.pola.rs/api/python/stable/reference/dataframe/index.html "> < code class ="docutils literal notranslate "> < span class ="pre "> DataFrame</ span > </ code > </ a > and < a class ="reference external " href ="https://docs.pola.rs/api/python/stable/reference/series/index.html "> < code class ="docutils literal notranslate "> < span class ="pre "> Series</ span > </ code > </ a > </ p > </ li >
859859< li > < p > NumPy < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray " title ="(in NumPy v2.3) "> < code class ="xref py py-class docutils literal notranslate "> < span class ="pre "> ndarray</ span > </ code > </ a > (2-D and 1-D)</ p > </ li >
860860</ ul >
You can’t perform that action at this time.
0 commit comments