Buckets:

rtrm's picture
download
raw
163 kB
import{s as Df,o as If,n as kf}from"../chunks/scheduler.d75c11ed.js";import{S as Lf,i as Pf,e as o,s as a,c as l,h as Ef,a as r,d as s,b as n,f as b,g as c,j as d,k as g,l as e,m as M,n as i,t as p,o as m,p as u}from"../chunks/index.4ec9dfe9.js";import{C as jf,H as ad,E as Vf}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.5be5ba58.js";import{D as f}from"../chunks/Docstring.6bddbb87.js";import{C as Ff}from"../chunks/CodeBlock.51ac9c87.js";import{E as Af}from"../chunks/ExampleCodeBlock.99774622.js";function Nf(od){let I,Et="Examples:",j,L,P;return L=new Ff({props:{code:"aW1wb3J0JTIwcGFuZGFzJTIwYXMlMjBwZCUwQWltcG9ydCUyMHB5YXJyb3clMjBhcyUyMHBhJTBBZGYlMjAlM0QlMjBwZC5EYXRhRnJhbWUoJTdCJTBBcGEuVGFibGUuZnJvbV9wYW5kYXMoZGYp",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">import</span> pandas <span class="hljs-keyword">as</span> pd
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">import</span> pyarrow <span class="hljs-keyword">as</span> pa
<span class="hljs-meta">&gt;&gt;&gt; </span>df = pd.DataFrame({
... <span class="hljs-string">&#x27;int&#x27;</span>: [<span class="hljs-number">1</span>, <span class="hljs-number">2</span>],
... <span class="hljs-string">&#x27;str&#x27;</span>: [<span class="hljs-string">&#x27;a&#x27;</span>, <span class="hljs-string">&#x27;b&#x27;</span>]
... })
<span class="hljs-meta">&gt;&gt;&gt; </span>pa.Table.from_pandas(df)
&lt;pyarrow.lib.Table <span class="hljs-built_in">object</span> at <span class="hljs-number">0x7f05d1fb1b40</span>&gt;`,wrap:!1}}),{c(){I=o("p"),I.textContent=Et,j=a(),l(L.$$.fragment)},l(D){I=r(D,"P",{"data-svelte-h":!0}),d(I)!=="svelte-kvfsh7"&&(I.textContent=Et),j=n(D),c(L.$$.fragment,D)},m(D,E){M(D,I,E),M(D,j,E),i(L,D,E),P=!0},p:kf,i(D){P||(p(L.$$.fragment,D),P=!0)},o(D){m(L.$$.fragment,D),P=!1},d(D){D&&(s(I),s(j)),u(L,D)}}}function qf(od){let I,Et,j,L,P,D,E,rd,jt,Nu=`Each <code>Dataset</code> object is backed by a PyArrow Table.
A Table can be loaded from either the disk (memory mapped) or in memory.
Several Table types are available, and they all inherit from <a href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table">table.Table</a>.`,sd,Vt,dd,T,Ft,Ql,Yn,qu=`Wraps a pyarrow Table by using composition.
This is the base class for <code>InMemoryTable</code>, <code>MemoryMappedTable</code> and <code>ConcatenationTable</code>.`,ec,Kn,Hu=`It implements all the basic attributes/methods of the pyarrow Table class except
the Table transforms: <code>slice, filter, flatten, combine_chunks, cast, add_column, append_column, remove_column, set_column, rename_columns</code> and <code>drop</code>.`,tc,Zn,Su="The implementation of these methods differs for the subclasses.",ac,V,At,nc,Qn,zu="Perform validation checks. An exception is raised if validation fails.",oc,eo,Uu=`By default only cheap validation checks are run. Pass <code>full=True</code>
for thorough validation checks (potentially <code>O(n)</code>).`,rc,ee,Nt,sc,to,Ru="Check if contents of two tables are equal.",dc,te,qt,lc,ao,Bu="Convert Table to list of (contiguous) <code>RecordBatch</code> objects.",cc,ae,Ht,ic,no,Ou="Convert the Table to a <code>dict</code> or <code>OrderedDict</code>.",pc,ne,St,mc,oo,Wu="Convert to a pandas-compatible NumPy array or DataFrame, as appropriate.",uc,ro,zt,bc,oe,Ut,gc,so,Xu="Select a schema field by its column name or numeric index.",fc,re,Rt,hc,lo,Gu="Select a column by its column name, or numeric index.",vc,se,Bt,xc,co,Ju="Iterator over all columns in their numerical order.",yc,de,Ot,$c,io,Yu="Schema of the table and its columns.",_c,le,Wt,Tc,po,Ku="List of all columns in numerical order.",wc,ce,Xt,Cc,mo,Zu="Number of columns in this table.",Mc,F,Gt,Dc,uo,Qu="Number of rows in this table.",Ic,bo,eb=`Due to the definition of a table, all columns have the same number of
rows.`,kc,ie,Jt,Lc,go,tb="Dimensions of the table: (#rows, #columns).",Pc,pe,Yt,Ec,fo,ab="Total number of bytes consumed by the elements of the table.",ld,Kt,cd,h,Zt,jc,ho,nb="The table is said in-memory when it is loaded into the user’s RAM.",Vc,vo,ob=`Pickling it does copy all the data using memory.
Its implementation is simple and uses the underlying pyarrow Table methods directly.`,Fc,xo,rb=`This is different from the <code>MemoryMapped</code> table, for which pickling doesn’t copy all the
data in memory. For a <code>MemoryMapped</code>, unpickling instead reloads the table from the disk.`,Ac,yo,sb=`<code>InMemoryTable</code> must be used when data fit in memory, while <code>MemoryMapped</code> are reserved for
data bigger than memory or when you want the memory footprint of your application to
stay low.`,Nc,A,Qt,qc,$o,db="Perform validation checks. An exception is raised if validation fails.",Hc,_o,lb=`By default only cheap validation checks are run. Pass <code>full=True</code>
for thorough validation checks (potentially <code>O(n)</code>).`,Sc,me,ea,zc,To,cb="Check if contents of two tables are equal.",Uc,ue,ta,Rc,wo,ib="Convert Table to list of (contiguous) <code>RecordBatch</code> objects.",Bc,be,aa,Oc,Co,pb="Convert the Table to a <code>dict</code> or <code>OrderedDict</code>.",Wc,ge,na,Xc,Mo,mb="Convert to a pandas-compatible NumPy array or DataFrame, as appropriate.",Gc,Do,oa,Jc,fe,ra,Yc,Io,ub="Select a schema field by its column name or numeric index.",Kc,he,sa,Zc,ko,bb="Select a column by its column name, or numeric index.",Qc,ve,da,ei,Lo,gb="Iterator over all columns in their numerical order.",ti,xe,la,ai,Po,fb="Schema of the table and its columns.",ni,ye,ca,oi,Eo,hb="List of all columns in numerical order.",ri,$e,ia,si,jo,vb="Number of columns in this table.",di,N,pa,li,Vo,xb="Number of rows in this table.",ci,Fo,yb=`Due to the definition of a table, all columns have the same number of
rows.`,ii,_e,ma,pi,Ao,$b="Dimensions of the table: (#rows, #columns).",mi,Te,ua,ui,No,_b="Total number of bytes consumed by the elements of the table.",bi,we,ba,gi,qo,Tb="Names of the table’s columns.",fi,Ce,ga,hi,Ho,wb="Compute zero-copy slice of this Table.",vi,Me,fa,xi,So,Cb="Select records from a Table. See <code>pyarrow.compute.filter</code> for full usage.",yi,De,ha,$i,zo,Mb=`Flatten this Table. Each column with a struct type is flattened
into one column per struct field. Other columns are left unchanged.`,_i,q,va,Ti,Uo,Db="Make a new table by combining the chunks this table has.",wi,Ro,Ib=`All the underlying chunks in the <code>ChunkedArray</code> of each column are
concatenated into zero or one chunk.`,Ci,Ie,xa,Mi,Bo,kb="Cast table values to another schema.",Di,ke,ya,Ii,Oo,Lb=`EXPERIMENTAL: Create shallow copy of table by replacing schema
key-value metadata with the indicated new metadata (which may be <code>None</code>,
which deletes any existing metadata).`,ki,H,$a,Li,Wo,Pb="Add column to Table at position.",Pi,Xo,Eb=`A new table is returned with the column added, the original table
object is left unchanged.`,Ei,Le,_a,ji,Go,jb="Append column at end of columns.",Vi,Pe,Ta,Fi,Jo,Vb="Create new Table with the indicated column removed.",Ai,Ee,wa,Ni,Yo,Fb="Replace column in Table at position.",qi,je,Ca,Hi,Ko,Ab="Create new table with columns renamed to provided names.",Si,S,Ma,zi,Zo,Nb="Select columns of the table.",Ui,Qo,qb="Returns a new table with the specified columns, and metadata preserved.",Ri,Ve,Da,Bi,er,Hb="Drop one or more columns and return a new table.",Oi,tr,Ia,Wi,ar,ka,Xi,k,La,Gi,nr,Sb="Convert pandas.DataFrame to an Arrow Table.",Ji,or,zb=`The column types in the resulting Arrow Table are inferred from the
dtypes of the pandas.Series in the DataFrame. In the case of non-object
Series, the NumPy dtype is translated to its Arrow equivalent. In the
case of <code>object</code>, we need to guess the datatype by looking at the
Python objects in this Series.`,Yi,rr,Ub=`Be aware that Series of the <code>object</code> dtype don’t carry enough
information to always lead to a meaningful Arrow type. In the case that
we cannot infer a type, e.g. because the DataFrame is of length 0 or
the Series only contains <code>None/nan</code> objects, the type is set to
null. This behavior can be avoided by constructing an explicit schema
and passing it to this function.`,Ki,Fe,Zi,Ae,Pa,Qi,sr,Rb="Construct a Table from Arrow arrays.",ep,Ne,Ea,tp,dr,Bb="Construct a Table from Arrow arrays or columns.",ap,qe,ja,np,lr,Ob="Construct a Table from a sequence or iterator of Arrow <code>RecordBatches</code>.",id,Va,pd,y,Fa,op,cr,Wb=`The table is said memory mapped when it doesn’t use the user’s RAM but loads the data
from the disk instead.`,rp,ir,Xb=`Pickling it doesn’t copy the data into memory.
Instead, only the path to the memory mapped arrow file is pickled, as well as the list
of transforms to “replay” when reloading the table from the disk.`,sp,pr,Gb=`Its implementation requires to store an history of all the transforms that were applied
to the underlying pyarrow Table, so that they can be “replayed” when reloading the Table
from the disk.`,dp,mr,Jb=`This is different from the <code>InMemoryTable</code> table, for which pickling does copy all the
data in memory.`,lp,ur,Yb=`<code>InMemoryTable</code> must be used when data fit in memory, while <code>MemoryMapped</code> are reserved for
data bigger than memory or when you want the memory footprint of your application to
stay low.`,cp,z,Aa,ip,br,Kb="Perform validation checks. An exception is raised if validation fails.",pp,gr,Zb=`By default only cheap validation checks are run. Pass <code>full=True</code>
for thorough validation checks (potentially <code>O(n)</code>).`,mp,He,Na,up,fr,Qb="Check if contents of two tables are equal.",bp,Se,qa,gp,hr,eg="Convert Table to list of (contiguous) <code>RecordBatch</code> objects.",fp,ze,Ha,hp,vr,tg="Convert the Table to a <code>dict</code> or <code>OrderedDict</code>.",vp,Ue,Sa,xp,xr,ag="Convert to a pandas-compatible NumPy array or DataFrame, as appropriate.",yp,yr,za,$p,Re,Ua,_p,$r,ng="Select a schema field by its column name or numeric index.",Tp,Be,Ra,wp,_r,og="Select a column by its column name, or numeric index.",Cp,Oe,Ba,Mp,Tr,rg="Iterator over all columns in their numerical order.",Dp,We,Oa,Ip,wr,sg="Schema of the table and its columns.",kp,Xe,Wa,Lp,Cr,dg="List of all columns in numerical order.",Pp,Ge,Xa,Ep,Mr,lg="Number of columns in this table.",jp,U,Ga,Vp,Dr,cg="Number of rows in this table.",Fp,Ir,ig=`Due to the definition of a table, all columns have the same number of
rows.`,Ap,Je,Ja,Np,kr,pg="Dimensions of the table: (#rows, #columns).",qp,Ye,Ya,Hp,Lr,mg="Total number of bytes consumed by the elements of the table.",Sp,Ke,Ka,zp,Pr,ug="Names of the table’s columns.",Up,Ze,Za,Rp,Er,bg="Compute zero-copy slice of this Table.",Bp,Qe,Qa,Op,jr,gg="Select records from a Table. See <code>pyarrow.compute.filter</code> for full usage.",Wp,et,en,Xp,Vr,fg=`Flatten this Table. Each column with a struct type is flattened
into one column per struct field. Other columns are left unchanged.`,Gp,R,tn,Jp,Fr,hg="Make a new table by combining the chunks this table has.",Yp,Ar,vg=`All the underlying chunks in the ChunkedArray of each column are
concatenated into zero or one chunk.`,Kp,tt,an,Zp,Nr,xg="Cast table values to another schema",Qp,at,nn,em,qr,yg=`EXPERIMENTAL: Create shallow copy of table by replacing schema
key-value metadata with the indicated new metadata (which may be None,
which deletes any existing metadata.`,tm,B,on,am,Hr,$g="Add column to Table at position.",nm,Sr,_g=`A new table is returned with the column added, the original table
object is left unchanged.`,om,nt,rn,rm,zr,Tg="Append column at end of columns.",sm,ot,sn,dm,Ur,wg="Create new Table with the indicated column removed.",lm,rt,dn,cm,Rr,Cg="Replace column in Table at position.",im,st,ln,pm,Br,Mg="Create new table with columns renamed to provided names.",mm,O,cn,um,Or,Dg="Select columns of the table.",bm,Wr,Ig="Returns a new table with the specified columns, and metadata preserved.",gm,dt,pn,fm,Xr,kg="Drop one or more columns and return a new table.",hm,Gr,mn,md,un,ud,v,bn,vm,Jr,Lg=`The table comes from the concatenation of several tables called blocks.
It enables concatenation on both axis 0 (append rows) and axis 1 (append columns).`,xm,Yr,Pg=`The underlying tables are called “blocks” and can be either <code>InMemoryTable</code>
or <code>MemoryMappedTable</code> objects.
This allows to combine tables that come from memory or that are memory mapped.
When a <code>ConcatenationTable</code> is pickled, then each block is pickled:`,ym,Kr,Eg=`<li>the <code>InMemoryTable</code> objects are pickled by copying all the data in memory.</li> <li>the MemoryMappedTable objects are pickled without copying the data into memory.
Instead, only the path to the memory mapped arrow file is pickled, as well as the list
of transforms to “replays” when reloading the table from the disk.</li>`,$m,Zr,jg=`Its implementation requires to store each block separately.
The <code>blocks</code> attributes stores a list of list of blocks.
The first axis concatenates the tables along the axis 0 (it appends rows),
while the second axis concatenates tables along the axis 1 (it appends columns).`,_m,Qr,Vg=`If some columns are missing when concatenating on axis 0, they are filled with null values.
This is done using <code>pyarrow.concat_tables(tables, promote=True)</code>.`,Tm,es,Fg=`You can access the fully combined table by accessing the <code>ConcatenationTable.table</code> attribute,
and the blocks by accessing the <code>ConcatenationTable.blocks</code> attribute.`,wm,W,gn,Cm,ts,Ag="Perform validation checks. An exception is raised if validation fails.",Mm,as,Ng=`By default only cheap validation checks are run. Pass <code>full=True</code>
for thorough validation checks (potentially <code>O(n)</code>).`,Dm,lt,fn,Im,ns,qg="Check if contents of two tables are equal.",km,ct,hn,Lm,os,Hg="Convert Table to list of (contiguous) <code>RecordBatch</code> objects.",Pm,it,vn,Em,rs,Sg="Convert the Table to a <code>dict</code> or <code>OrderedDict</code>.",jm,pt,xn,Vm,ss,zg="Convert to a pandas-compatible NumPy array or DataFrame, as appropriate.",Fm,ds,yn,Am,mt,$n,Nm,ls,Ug="Select a schema field by its column name or numeric index.",qm,ut,_n,Hm,cs,Rg="Select a column by its column name, or numeric index.",Sm,bt,Tn,zm,is,Bg="Iterator over all columns in their numerical order.",Um,gt,wn,Rm,ps,Og="Schema of the table and its columns.",Bm,ft,Cn,Om,ms,Wg="List of all columns in numerical order.",Wm,ht,Mn,Xm,us,Xg="Number of columns in this table.",Gm,X,Dn,Jm,bs,Gg="Number of rows in this table.",Ym,gs,Jg=`Due to the definition of a table, all columns have the same number of
rows.`,Km,vt,In,Zm,fs,Yg="Dimensions of the table: (#rows, #columns).",Qm,xt,kn,eu,hs,Kg="Total number of bytes consumed by the elements of the table.",tu,yt,Ln,au,vs,Zg="Names of the table’s columns.",nu,$t,Pn,ou,xs,Qg="Compute zero-copy slice of this Table.",ru,_t,En,su,ys,ef="Select records from a Table. See <code>pyarrow.compute.filter</code> for full usage.",du,Tt,jn,lu,$s,tf=`Flatten this Table. Each column with a struct type is flattened
into one column per struct field. Other columns are left unchanged.`,cu,G,Vn,iu,_s,af="Make a new table by combining the chunks this table has.",pu,Ts,nf=`All the underlying chunks in the <code>ChunkedArray</code> of each column are
concatenated into zero or one chunk.`,mu,wt,Fn,uu,ws,of="Cast table values to another schema.",bu,Ct,An,gu,Cs,rf=`EXPERIMENTAL: Create shallow copy of table by replacing schema
key-value metadata with the indicated new metadata (which may be <code>None</code>,
which deletes any existing metadata).`,fu,J,Nn,hu,Ms,sf="Add column to Table at position.",vu,Ds,df=`A new table is returned with the column added, the original table
object is left unchanged.`,xu,Mt,qn,yu,Is,lf="Append column at end of columns.",$u,Dt,Hn,_u,ks,cf="Create new Table with the indicated column removed.",Tu,It,Sn,wu,Ls,pf="Replace column in Table at position.",Cu,kt,zn,Mu,Ps,mf="Create new table with columns renamed to provided names.",Du,Y,Un,Iu,Es,uf="Select columns of the table.",ku,js,bf="Returns a new table with the specified columns, and metadata preserved.",Lu,Lt,Rn,Pu,Vs,gf="Drop one or more columns and return a new table.",Eu,Fs,Bn,ju,Pt,On,Vu,As,ff="Create <code>ConcatenationTable</code> from list of tables.",bd,Wn,gd,Z,Xn,Fu,Ns,hf="Concatenate tables.",fd,Q,Gn,Au,qs,vf=`Get the cache files that are loaded by the table.
Cache file are used when parts of the table come from the disk via memory mapping.`,hd,Jn,vd,nd,xd;return P=new jf({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),E=new ad({props:{title:"Table Classes",local:"table-classes",headingTag:"h1"}}),Vt=new ad({props:{title:"Table",local:"datasets.table.Table",headingTag:"h2"}}),Ft=new f({props:{name:"class datasets.table.Table",anchor:"datasets.table.Table",parameters:[{name:"table",val:": Table"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L153"}}),At=new f({props:{name:"validate",anchor:"datasets.table.Table.validate",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.Table.validate.full",description:`<strong>full</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, run expensive checks, otherwise cheap checks only.`,name:"full"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L178",raiseDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<ul>
<li><code>pa.lib.ArrowInvalid</code> — if validation fails</li>
</ul>
`,raiseType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pa.lib.ArrowInvalid</code></p>
`}}),Nt=new f({props:{name:"equals",anchor:"datasets.table.Table.equals",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.Table.equals.other",description:`<strong>other</strong> (<a href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table">Table</a>) &#x2014;
Table to compare against.`,name:"other"},{anchor:"datasets.table.Table.equals.check_metadata",description:`<strong>check_metadata</strong> <code>bool</code>, defaults to <code>False</code>) &#x2014;
Whether schema metadata equality should be checked as well.`,name:"check_metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L194",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>bool</code></p>
`}}),qt=new f({props:{name:"to_batches",anchor:"datasets.table.Table.to_batches",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.Table.to_batches.max_chunksize",description:`<strong>max_chunksize</strong> (<code>int</code>, defaults to <code>None</code>) &#x2014;
Maximum size for <code>RecordBatch</code> chunks. Individual chunks may be
smaller depending on the chunk layout of individual columns.`,name:"max_chunksize"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L211",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pyarrow.RecordBatch]</code></p>
`}}),Ht=new f({props:{name:"to_pydict",anchor:"datasets.table.Table.to_pydict",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L225",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>dict</code></p>
`}}),St=new f({props:{name:"to_pandas",anchor:"datasets.table.Table.to_pandas",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.Table.to_pandas.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
Arrow MemoryPool to use for allocations. Uses the default memory
pool is not passed.`,name:"memory_pool"},{anchor:"datasets.table.Table.to_pandas.strings_to_categorical",description:`<strong>strings_to_categorical</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Encode string (UTF8) and binary types to <code>pandas.Categorical</code>.`,name:"strings_to_categorical"},{anchor:"datasets.table.Table.to_pandas.categories",description:`<strong>categories</strong> (<code>list</code>, defaults to <code>empty</code>) &#x2014;
List of fields that should be returned as <code>pandas.Categorical</code>. Only
applies to table-like data structures.`,name:"categories"},{anchor:"datasets.table.Table.to_pandas.zero_copy_only",description:`<strong>zero_copy_only</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Raise an <code>ArrowException</code> if this function call would require copying
the underlying data.`,name:"zero_copy_only"},{anchor:"datasets.table.Table.to_pandas.integer_object_nulls",description:`<strong>integer_object_nulls</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast integers with nulls to objects.`,name:"integer_object_nulls"},{anchor:"datasets.table.Table.to_pandas.date_as_object",description:`<strong>date_as_object</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Cast dates to objects. If <code>False</code>, convert to <code>datetime64[ns]</code> dtype.`,name:"date_as_object"},{anchor:"datasets.table.Table.to_pandas.timestamp_as_object",description:`<strong>timestamp_as_object</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast non-nanosecond timestamps (<code>np.datetime64</code>) to objects. This is
useful if you have timestamps that don&#x2019;t fit in the normal date
range of nanosecond timestamps (1678 CE-2262 CE).
If <code>False</code>, all timestamps are converted to <code>datetime64[ns]</code> dtype.`,name:"timestamp_as_object"},{anchor:"datasets.table.Table.to_pandas.use_threads",description:`<strong>use_threads</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Whether to parallelize the conversion using multiple threads.`,name:"use_threads"},{anchor:"datasets.table.Table.to_pandas.deduplicate_objects",description:`<strong>deduplicate_objects</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Do not create multiple copies Python objects when created, to save
on memory use. Conversion will be slower.`,name:"deduplicate_objects"},{anchor:"datasets.table.Table.to_pandas.ignore_metadata",description:`<strong>ignore_metadata</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, do not use the &#x2018;pandas&#x2019; metadata to reconstruct the
DataFrame index, if present.`,name:"ignore_metadata"},{anchor:"datasets.table.Table.to_pandas.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
For certain data types, a cast is needed in order to store the
data in a pandas DataFrame or Series (e.g. timestamps are always
stored as nanoseconds in pandas). This option controls whether it
is a safe cast or not.`,name:"safe"},{anchor:"datasets.table.Table.to_pandas.split_blocks",description:`<strong>split_blocks</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, generate one internal &#x201C;block&#x201D; for each column when
creating a pandas.DataFrame from a <code>RecordBatch</code> or <code>Table</code>. While this
can temporarily reduce memory note that various pandas operations
can trigger &#x201C;consolidation&#x201D; which may balloon memory use.`,name:"split_blocks"},{anchor:"datasets.table.Table.to_pandas.self_destruct",description:`<strong>self_destruct</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
EXPERIMENTAL: If <code>True</code>, attempt to deallocate the originating Arrow
memory while converting the Arrow object to pandas. If you use the
object after calling <code>to_pandas</code> with this option it will crash your
program.`,name:"self_destruct"},{anchor:"datasets.table.Table.to_pandas.types_mapper",description:`<strong>types_mapper</strong> (<code>function</code>, defaults to <code>None</code>) &#x2014;
A function mapping a pyarrow DataType to a pandas <code>ExtensionDtype</code>.
This can be used to override the default pandas type for conversion
of built-in pyarrow types or in absence of <code>pandas_metadata</code> in the
Table schema. The function receives a pyarrow DataType and is
expected to return a pandas <code>ExtensionDtype</code> or <code>None</code> if the
default conversion should be used for that type. If you have
a dictionary mapping, you can pass <code>dict.get</code> as function.`,name:"types_mapper"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L243",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code> depending on type of object</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code></p>
`}}),zt=new f({props:{name:"to_string",anchor:"datasets.table.Table.to_string",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L305"}}),Ut=new f({props:{name:"field",anchor:"datasets.table.Table.field",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.Table.field.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the field to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L324",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Field</code></p>
`}}),Rt=new f({props:{name:"column",anchor:"datasets.table.Table.column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.Table.column.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the column to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L337",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.ChunkedArray</code></p>
`}}),Bt=new f({props:{name:"itercolumns",anchor:"datasets.table.Table.itercolumns",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L350"}}),Ot=new f({props:{name:"schema",anchor:"datasets.table.Table.schema",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L359",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Schema</code></p>
`}}),Wt=new f({props:{name:"columns",anchor:"datasets.table.Table.columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L369",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pa.ChunkedArray]</code></p>
`}}),Xt=new f({props:{name:"num_columns",anchor:"datasets.table.Table.num_columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L379",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),Gt=new f({props:{name:"num_rows",anchor:"datasets.table.Table.num_rows",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L389",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),Jt=new f({props:{name:"shape",anchor:"datasets.table.Table.shape",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L402",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>Number of rows and number of columns.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>(int, int)</code></p>
`}}),Yt=new f({props:{name:"nbytes",anchor:"datasets.table.Table.nbytes",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L412"}}),Kt=new ad({props:{title:"InMemoryTable",local:"datasets.table.InMemoryTable",headingTag:"h2"}}),Zt=new f({props:{name:"class datasets.table.InMemoryTable",anchor:"datasets.table.InMemoryTable",parameters:[{name:"table",val:": Table"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L638"}}),Qt=new f({props:{name:"validate",anchor:"datasets.table.InMemoryTable.validate",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.validate.full",description:`<strong>full</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, run expensive checks, otherwise cheap checks only.`,name:"full"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L178",raiseDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<ul>
<li><code>pa.lib.ArrowInvalid</code> — if validation fails</li>
</ul>
`,raiseType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pa.lib.ArrowInvalid</code></p>
`}}),ea=new f({props:{name:"equals",anchor:"datasets.table.InMemoryTable.equals",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.equals.other",description:`<strong>other</strong> (<a href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table">Table</a>) &#x2014;
Table to compare against.`,name:"other"},{anchor:"datasets.table.InMemoryTable.equals.check_metadata",description:`<strong>check_metadata</strong> <code>bool</code>, defaults to <code>False</code>) &#x2014;
Whether schema metadata equality should be checked as well.`,name:"check_metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L194",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>bool</code></p>
`}}),ta=new f({props:{name:"to_batches",anchor:"datasets.table.InMemoryTable.to_batches",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.to_batches.max_chunksize",description:`<strong>max_chunksize</strong> (<code>int</code>, defaults to <code>None</code>) &#x2014;
Maximum size for <code>RecordBatch</code> chunks. Individual chunks may be
smaller depending on the chunk layout of individual columns.`,name:"max_chunksize"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L211",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pyarrow.RecordBatch]</code></p>
`}}),aa=new f({props:{name:"to_pydict",anchor:"datasets.table.InMemoryTable.to_pydict",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L225",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>dict</code></p>
`}}),na=new f({props:{name:"to_pandas",anchor:"datasets.table.InMemoryTable.to_pandas",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.to_pandas.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
Arrow MemoryPool to use for allocations. Uses the default memory
pool is not passed.`,name:"memory_pool"},{anchor:"datasets.table.InMemoryTable.to_pandas.strings_to_categorical",description:`<strong>strings_to_categorical</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Encode string (UTF8) and binary types to <code>pandas.Categorical</code>.`,name:"strings_to_categorical"},{anchor:"datasets.table.InMemoryTable.to_pandas.categories",description:`<strong>categories</strong> (<code>list</code>, defaults to <code>empty</code>) &#x2014;
List of fields that should be returned as <code>pandas.Categorical</code>. Only
applies to table-like data structures.`,name:"categories"},{anchor:"datasets.table.InMemoryTable.to_pandas.zero_copy_only",description:`<strong>zero_copy_only</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Raise an <code>ArrowException</code> if this function call would require copying
the underlying data.`,name:"zero_copy_only"},{anchor:"datasets.table.InMemoryTable.to_pandas.integer_object_nulls",description:`<strong>integer_object_nulls</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast integers with nulls to objects.`,name:"integer_object_nulls"},{anchor:"datasets.table.InMemoryTable.to_pandas.date_as_object",description:`<strong>date_as_object</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Cast dates to objects. If <code>False</code>, convert to <code>datetime64[ns]</code> dtype.`,name:"date_as_object"},{anchor:"datasets.table.InMemoryTable.to_pandas.timestamp_as_object",description:`<strong>timestamp_as_object</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast non-nanosecond timestamps (<code>np.datetime64</code>) to objects. This is
useful if you have timestamps that don&#x2019;t fit in the normal date
range of nanosecond timestamps (1678 CE-2262 CE).
If <code>False</code>, all timestamps are converted to <code>datetime64[ns]</code> dtype.`,name:"timestamp_as_object"},{anchor:"datasets.table.InMemoryTable.to_pandas.use_threads",description:`<strong>use_threads</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Whether to parallelize the conversion using multiple threads.`,name:"use_threads"},{anchor:"datasets.table.InMemoryTable.to_pandas.deduplicate_objects",description:`<strong>deduplicate_objects</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Do not create multiple copies Python objects when created, to save
on memory use. Conversion will be slower.`,name:"deduplicate_objects"},{anchor:"datasets.table.InMemoryTable.to_pandas.ignore_metadata",description:`<strong>ignore_metadata</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, do not use the &#x2018;pandas&#x2019; metadata to reconstruct the
DataFrame index, if present.`,name:"ignore_metadata"},{anchor:"datasets.table.InMemoryTable.to_pandas.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
For certain data types, a cast is needed in order to store the
data in a pandas DataFrame or Series (e.g. timestamps are always
stored as nanoseconds in pandas). This option controls whether it
is a safe cast or not.`,name:"safe"},{anchor:"datasets.table.InMemoryTable.to_pandas.split_blocks",description:`<strong>split_blocks</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, generate one internal &#x201C;block&#x201D; for each column when
creating a pandas.DataFrame from a <code>RecordBatch</code> or <code>Table</code>. While this
can temporarily reduce memory note that various pandas operations
can trigger &#x201C;consolidation&#x201D; which may balloon memory use.`,name:"split_blocks"},{anchor:"datasets.table.InMemoryTable.to_pandas.self_destruct",description:`<strong>self_destruct</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
EXPERIMENTAL: If <code>True</code>, attempt to deallocate the originating Arrow
memory while converting the Arrow object to pandas. If you use the
object after calling <code>to_pandas</code> with this option it will crash your
program.`,name:"self_destruct"},{anchor:"datasets.table.InMemoryTable.to_pandas.types_mapper",description:`<strong>types_mapper</strong> (<code>function</code>, defaults to <code>None</code>) &#x2014;
A function mapping a pyarrow DataType to a pandas <code>ExtensionDtype</code>.
This can be used to override the default pandas type for conversion
of built-in pyarrow types or in absence of <code>pandas_metadata</code> in the
Table schema. The function receives a pyarrow DataType and is
expected to return a pandas <code>ExtensionDtype</code> or <code>None</code> if the
default conversion should be used for that type. If you have
a dictionary mapping, you can pass <code>dict.get</code> as function.`,name:"types_mapper"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L243",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code> depending on type of object</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code></p>
`}}),oa=new f({props:{name:"to_string",anchor:"datasets.table.InMemoryTable.to_string",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L305"}}),ra=new f({props:{name:"field",anchor:"datasets.table.InMemoryTable.field",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.field.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the field to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L324",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Field</code></p>
`}}),sa=new f({props:{name:"column",anchor:"datasets.table.InMemoryTable.column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.column.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the column to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L337",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.ChunkedArray</code></p>
`}}),da=new f({props:{name:"itercolumns",anchor:"datasets.table.InMemoryTable.itercolumns",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L350"}}),la=new f({props:{name:"schema",anchor:"datasets.table.InMemoryTable.schema",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L359",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Schema</code></p>
`}}),ca=new f({props:{name:"columns",anchor:"datasets.table.InMemoryTable.columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L369",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pa.ChunkedArray]</code></p>
`}}),ia=new f({props:{name:"num_columns",anchor:"datasets.table.InMemoryTable.num_columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L379",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),pa=new f({props:{name:"num_rows",anchor:"datasets.table.InMemoryTable.num_rows",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L389",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),ma=new f({props:{name:"shape",anchor:"datasets.table.InMemoryTable.shape",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L402",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>Number of rows and number of columns.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>(int, int)</code></p>
`}}),ua=new f({props:{name:"nbytes",anchor:"datasets.table.InMemoryTable.nbytes",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L412"}}),ba=new f({props:{name:"column_names",anchor:"datasets.table.InMemoryTable.column_names",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L419"}}),ga=new f({props:{name:"slice",anchor:"datasets.table.InMemoryTable.slice",parameters:[{name:"offset",val:" = 0"},{name:"length",val:" = None"}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.slice.offset",description:`<strong>offset</strong> (<code>int</code>, defaults to <code>0</code>) &#x2014;
Offset from start of table to slice.`,name:"offset"},{anchor:"datasets.table.InMemoryTable.slice.length",description:`<strong>length</strong> (<code>int</code>, defaults to <code>None</code>) &#x2014;
Length of slice (default is until end of table starting from
offset).`,name:"length"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L793",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),fa=new f({props:{name:"filter",anchor:"datasets.table.InMemoryTable.filter",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L810"}}),ha=new f({props:{name:"flatten",anchor:"datasets.table.InMemoryTable.flatten",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.flatten.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
For memory allocations, if required, otherwise use default pool.`,name:"memory_pool"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L816",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),va=new f({props:{name:"combine_chunks",anchor:"datasets.table.InMemoryTable.combine_chunks",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.combine_chunks.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
For memory allocations, if required, otherwise use default pool.`,name:"memory_pool"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L830",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),xa=new f({props:{name:"cast",anchor:"datasets.table.InMemoryTable.cast",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.cast.target_schema",description:`<strong>target_schema</strong> (<code>Schema</code>) &#x2014;
Schema to cast to, the names and order of fields must match.`,name:"target_schema"},{anchor:"datasets.table.InMemoryTable.cast.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Check for overflows or other unsafe conversions.`,name:"safe"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L846",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),ya=new f({props:{name:"replace_schema_metadata",anchor:"datasets.table.InMemoryTable.replace_schema_metadata",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.replace_schema_metadata.metadata",description:"<strong>metadata</strong> (<code>dict</code>, defaults to <code>None</code>) &#x2014;",name:"metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L861",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>shallow_copy</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),$a=new f({props:{name:"add_column",anchor:"datasets.table.InMemoryTable.add_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.add_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index to place the column at.`,name:"i"},{anchor:"datasets.table.InMemoryTable.add_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.InMemoryTable.add_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L875",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column added.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),_a=new f({props:{name:"append_column",anchor:"datasets.table.InMemoryTable.append_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.append_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.InMemoryTable.append_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L896",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column added.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Ta=new f({props:{name:"remove_column",anchor:"datasets.table.InMemoryTable.remove_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.remove_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index of column to remove.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L913",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table without the column.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),wa=new f({props:{name:"set_column",anchor:"datasets.table.InMemoryTable.set_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.set_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index to place the column at.`,name:"i"},{anchor:"datasets.table.InMemoryTable.set_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.InMemoryTable.set_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L927",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column set.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Ca=new f({props:{name:"rename_columns",anchor:"datasets.table.InMemoryTable.rename_columns",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L946"}}),Ma=new f({props:{name:"select",anchor:"datasets.table.InMemoryTable.select",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.select.columns",description:`<strong>columns</strong> (<code>Union[List[str], List[int]]</code>) &#x2014;
The column names or integer indices to select.`,name:"columns"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L969",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the specified columns, and metadata preserved.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><a
href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table"
>datasets.table.Table</a></p>
`}}),Da=new f({props:{name:"drop",anchor:"datasets.table.InMemoryTable.drop",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.drop.columns",description:`<strong>columns</strong> (<code>List[str]</code>) &#x2014;
List of field names referencing existing columns.`,name:"columns"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L952",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table without the columns.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`,raiseDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<ul>
<li><code>KeyError</code> — : if any of the passed columns name are not existing.</li>
</ul>
`,raiseType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>KeyError</code></p>
`}}),Ia=new f({props:{name:"from_file",anchor:"datasets.table.InMemoryTable.from_file",parameters:[{name:"filename",val:": str"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L653"}}),ka=new f({props:{name:"from_buffer",anchor:"datasets.table.InMemoryTable.from_buffer",parameters:[{name:"buffer",val:": Buffer"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L658"}}),La=new f({props:{name:"from_pandas",anchor:"datasets.table.InMemoryTable.from_pandas",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.from_pandas.df",description:"<strong>df</strong> (<code>pandas.DataFrame</code>) &#x2014;",name:"df"},{anchor:"datasets.table.InMemoryTable.from_pandas.schema",description:`<strong>schema</strong> (<code>pyarrow.Schema</code>, <em>optional</em>) &#x2014;
The expected schema of the Arrow Table. This can be used to
indicate the type of columns if we cannot infer it automatically.
If passed, the output will have exactly this schema. Columns
specified in the schema that are not found in the DataFrame columns
or its index will raise an error. Additional columns or index
levels in the DataFrame which are not specified in the schema will
be ignored.`,name:"schema"},{anchor:"datasets.table.InMemoryTable.from_pandas.preserve_index",description:`<strong>preserve_index</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether to store the index as an additional column in the resulting
<code>Table</code>. The default of None will store the index as a column,
except for RangeIndex which is stored as metadata only. Use
<code>preserve_index=True</code> to force it to be stored as a column.`,name:"preserve_index"},{anchor:"datasets.table.InMemoryTable.from_pandas.nthreads",description:`<strong>nthreads</strong> (<code>int</code>, defaults to <code>None</code> (may use up to system CPU count threads)) &#x2014;
If greater than 1, convert columns to Arrow in parallel using
indicated number of threads.`,name:"nthreads"},{anchor:"datasets.table.InMemoryTable.from_pandas.columns",description:`<strong>columns</strong> (<code>List[str]</code>, <em>optional</em>) &#x2014;
List of column to be converted. If <code>None</code>, use all columns.`,name:"columns"},{anchor:"datasets.table.InMemoryTable.from_pandas.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Check for overflows or other unsafe conversions,`,name:"safe"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L663",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Fe=new Af({props:{anchor:"datasets.table.InMemoryTable.from_pandas.example",$$slots:{default:[Nf]},$$scope:{ctx:od}}}),Pa=new f({props:{name:"from_arrays",anchor:"datasets.table.InMemoryTable.from_arrays",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.from_arrays.arrays",description:`<strong>arrays</strong> (<code>List[Union[pyarrow.Array, pyarrow.ChunkedArray]]</code>) &#x2014;
Equal-length arrays that should form the table.`,name:"arrays"},{anchor:"datasets.table.InMemoryTable.from_arrays.names",description:`<strong>names</strong> (<code>List[str]</code>, <em>optional</em>) &#x2014;
Names for the table columns. If not passed, schema must be passed.`,name:"names"},{anchor:"datasets.table.InMemoryTable.from_arrays.schema",description:`<strong>schema</strong> (<code>Schema</code>, defaults to <code>None</code>) &#x2014;
Schema for the created table. If not passed, names must be passed.`,name:"schema"},{anchor:"datasets.table.InMemoryTable.from_arrays.metadata",description:`<strong>metadata</strong> (<code>Union[dict, Mapping]</code>, defaults to <code>None</code>) &#x2014;
Optional metadata for the schema (if inferred).`,name:"metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L721",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Ea=new f({props:{name:"from_pydict",anchor:"datasets.table.InMemoryTable.from_pydict",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.from_pydict.mapping",description:`<strong>mapping</strong> (<code>Union[dict, Mapping]</code>) &#x2014;
A mapping of strings to Arrays or Python lists.`,name:"mapping"},{anchor:"datasets.table.InMemoryTable.from_pydict.schema",description:`<strong>schema</strong> (<code>Schema</code>, defaults to <code>None</code>) &#x2014;
If not passed, will be inferred from the Mapping values`,name:"schema"},{anchor:"datasets.table.InMemoryTable.from_pydict.metadata",description:`<strong>metadata</strong> (<code>Union[dict, Mapping]</code>, defaults to <code>None</code>) &#x2014;
Optional metadata for the schema (if inferred).`,name:"metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L741",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),ja=new f({props:{name:"from_batches",anchor:"datasets.table.InMemoryTable.from_batches",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.InMemoryTable.from_batches.batches",description:`<strong>batches</strong> (<code>Union[Sequence[pyarrow.RecordBatch], Iterator[pyarrow.RecordBatch]]</code>) &#x2014;
Sequence of <code>RecordBatch</code> to be converted, all schemas must be equal.`,name:"batches"},{anchor:"datasets.table.InMemoryTable.from_batches.schema",description:`<strong>schema</strong> (<code>Schema</code>, defaults to <code>None</code>) &#x2014;
If not passed, will be inferred from the first <code>RecordBatch</code>.`,name:"schema"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L777",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Va=new ad({props:{title:"MemoryMappedTable",local:"datasets.table.MemoryMappedTable",headingTag:"h2"}}),Fa=new f({props:{name:"class datasets.table.MemoryMappedTable",anchor:"datasets.table.MemoryMappedTable",parameters:[{name:"table",val:": Table"},{name:"path",val:": str"},{name:"replays",val:": typing.Optional[list[tuple[str, tuple, dict]]] = None"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L989"}}),Aa=new f({props:{name:"validate",anchor:"datasets.table.MemoryMappedTable.validate",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.validate.full",description:`<strong>full</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, run expensive checks, otherwise cheap checks only.`,name:"full"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L178",raiseDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<ul>
<li><code>pa.lib.ArrowInvalid</code> — if validation fails</li>
</ul>
`,raiseType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pa.lib.ArrowInvalid</code></p>
`}}),Na=new f({props:{name:"equals",anchor:"datasets.table.MemoryMappedTable.equals",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.equals.other",description:`<strong>other</strong> (<a href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table">Table</a>) &#x2014;
Table to compare against.`,name:"other"},{anchor:"datasets.table.MemoryMappedTable.equals.check_metadata",description:`<strong>check_metadata</strong> <code>bool</code>, defaults to <code>False</code>) &#x2014;
Whether schema metadata equality should be checked as well.`,name:"check_metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L194",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>bool</code></p>
`}}),qa=new f({props:{name:"to_batches",anchor:"datasets.table.MemoryMappedTable.to_batches",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.to_batches.max_chunksize",description:`<strong>max_chunksize</strong> (<code>int</code>, defaults to <code>None</code>) &#x2014;
Maximum size for <code>RecordBatch</code> chunks. Individual chunks may be
smaller depending on the chunk layout of individual columns.`,name:"max_chunksize"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L211",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pyarrow.RecordBatch]</code></p>
`}}),Ha=new f({props:{name:"to_pydict",anchor:"datasets.table.MemoryMappedTable.to_pydict",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L225",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>dict</code></p>
`}}),Sa=new f({props:{name:"to_pandas",anchor:"datasets.table.MemoryMappedTable.to_pandas",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.to_pandas.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
Arrow MemoryPool to use for allocations. Uses the default memory
pool is not passed.`,name:"memory_pool"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.strings_to_categorical",description:`<strong>strings_to_categorical</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Encode string (UTF8) and binary types to <code>pandas.Categorical</code>.`,name:"strings_to_categorical"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.categories",description:`<strong>categories</strong> (<code>list</code>, defaults to <code>empty</code>) &#x2014;
List of fields that should be returned as <code>pandas.Categorical</code>. Only
applies to table-like data structures.`,name:"categories"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.zero_copy_only",description:`<strong>zero_copy_only</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Raise an <code>ArrowException</code> if this function call would require copying
the underlying data.`,name:"zero_copy_only"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.integer_object_nulls",description:`<strong>integer_object_nulls</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast integers with nulls to objects.`,name:"integer_object_nulls"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.date_as_object",description:`<strong>date_as_object</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Cast dates to objects. If <code>False</code>, convert to <code>datetime64[ns]</code> dtype.`,name:"date_as_object"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.timestamp_as_object",description:`<strong>timestamp_as_object</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast non-nanosecond timestamps (<code>np.datetime64</code>) to objects. This is
useful if you have timestamps that don&#x2019;t fit in the normal date
range of nanosecond timestamps (1678 CE-2262 CE).
If <code>False</code>, all timestamps are converted to <code>datetime64[ns]</code> dtype.`,name:"timestamp_as_object"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.use_threads",description:`<strong>use_threads</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Whether to parallelize the conversion using multiple threads.`,name:"use_threads"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.deduplicate_objects",description:`<strong>deduplicate_objects</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Do not create multiple copies Python objects when created, to save
on memory use. Conversion will be slower.`,name:"deduplicate_objects"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.ignore_metadata",description:`<strong>ignore_metadata</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, do not use the &#x2018;pandas&#x2019; metadata to reconstruct the
DataFrame index, if present.`,name:"ignore_metadata"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
For certain data types, a cast is needed in order to store the
data in a pandas DataFrame or Series (e.g. timestamps are always
stored as nanoseconds in pandas). This option controls whether it
is a safe cast or not.`,name:"safe"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.split_blocks",description:`<strong>split_blocks</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, generate one internal &#x201C;block&#x201D; for each column when
creating a pandas.DataFrame from a <code>RecordBatch</code> or <code>Table</code>. While this
can temporarily reduce memory note that various pandas operations
can trigger &#x201C;consolidation&#x201D; which may balloon memory use.`,name:"split_blocks"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.self_destruct",description:`<strong>self_destruct</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
EXPERIMENTAL: If <code>True</code>, attempt to deallocate the originating Arrow
memory while converting the Arrow object to pandas. If you use the
object after calling <code>to_pandas</code> with this option it will crash your
program.`,name:"self_destruct"},{anchor:"datasets.table.MemoryMappedTable.to_pandas.types_mapper",description:`<strong>types_mapper</strong> (<code>function</code>, defaults to <code>None</code>) &#x2014;
A function mapping a pyarrow DataType to a pandas <code>ExtensionDtype</code>.
This can be used to override the default pandas type for conversion
of built-in pyarrow types or in absence of <code>pandas_metadata</code> in the
Table schema. The function receives a pyarrow DataType and is
expected to return a pandas <code>ExtensionDtype</code> or <code>None</code> if the
default conversion should be used for that type. If you have
a dictionary mapping, you can pass <code>dict.get</code> as function.`,name:"types_mapper"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L243",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code> depending on type of object</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code></p>
`}}),za=new f({props:{name:"to_string",anchor:"datasets.table.MemoryMappedTable.to_string",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L305"}}),Ua=new f({props:{name:"field",anchor:"datasets.table.MemoryMappedTable.field",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.field.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the field to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L324",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Field</code></p>
`}}),Ra=new f({props:{name:"column",anchor:"datasets.table.MemoryMappedTable.column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.column.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the column to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L337",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.ChunkedArray</code></p>
`}}),Ba=new f({props:{name:"itercolumns",anchor:"datasets.table.MemoryMappedTable.itercolumns",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L350"}}),Oa=new f({props:{name:"schema",anchor:"datasets.table.MemoryMappedTable.schema",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L359",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Schema</code></p>
`}}),Wa=new f({props:{name:"columns",anchor:"datasets.table.MemoryMappedTable.columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L369",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pa.ChunkedArray]</code></p>
`}}),Xa=new f({props:{name:"num_columns",anchor:"datasets.table.MemoryMappedTable.num_columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L379",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),Ga=new f({props:{name:"num_rows",anchor:"datasets.table.MemoryMappedTable.num_rows",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L389",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),Ja=new f({props:{name:"shape",anchor:"datasets.table.MemoryMappedTable.shape",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L402",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>Number of rows and number of columns.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>(int, int)</code></p>
`}}),Ya=new f({props:{name:"nbytes",anchor:"datasets.table.MemoryMappedTable.nbytes",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L412"}}),Ka=new f({props:{name:"column_names",anchor:"datasets.table.MemoryMappedTable.column_names",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L419"}}),Za=new f({props:{name:"slice",anchor:"datasets.table.MemoryMappedTable.slice",parameters:[{name:"offset",val:" = 0"},{name:"length",val:" = None"}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.slice.offset",description:`<strong>offset</strong> (<code>int</code>, defaults to <code>0</code>) &#x2014;
Offset from start of table to slice.`,name:"offset"},{anchor:"datasets.table.MemoryMappedTable.slice.length",description:`<strong>length</strong> (<code>int</code>, defaults to <code>None</code>) &#x2014;
Length of slice (default is until end of table starting from
offset).`,name:"length"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1048",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Qa=new f({props:{name:"filter",anchor:"datasets.table.MemoryMappedTable.filter",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1067"}}),en=new f({props:{name:"flatten",anchor:"datasets.table.MemoryMappedTable.flatten",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.flatten.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
For memory allocations, if required, otherwise use default pool.`,name:"memory_pool"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1075",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),tn=new f({props:{name:"combine_chunks",anchor:"datasets.table.MemoryMappedTable.combine_chunks",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.combine_chunks.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
For memory allocations, if required, otherwise use default pool.`,name:"memory_pool"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1091",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),an=new f({props:{name:"cast",anchor:"datasets.table.MemoryMappedTable.cast",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.cast.target_schema",description:`<strong>target_schema</strong> (<code>Schema</code>) &#x2014;
Schema to cast to, the names and order of fields must match.`,name:"target_schema"},{anchor:"datasets.table.MemoryMappedTable.cast.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Check for overflows or other unsafe conversions.`,name:"safe"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1109",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),nn=new f({props:{name:"replace_schema_metadata",anchor:"datasets.table.MemoryMappedTable.replace_schema_metadata",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.replace_schema_metadata.metadata",description:"<strong>metadata</strong> (<code>dict</code>, defaults to <code>None</code>) &#x2014;",name:"metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1126",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>shallow_copy</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),on=new f({props:{name:"add_column",anchor:"datasets.table.MemoryMappedTable.add_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.add_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index to place the column at.`,name:"i"},{anchor:"datasets.table.MemoryMappedTable.add_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.MemoryMappedTable.add_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1142",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column added.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),rn=new f({props:{name:"append_column",anchor:"datasets.table.MemoryMappedTable.append_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.append_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.MemoryMappedTable.append_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1165",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column added.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),sn=new f({props:{name:"remove_column",anchor:"datasets.table.MemoryMappedTable.remove_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.remove_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index of column to remove.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1184",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table without the column.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),dn=new f({props:{name:"set_column",anchor:"datasets.table.MemoryMappedTable.set_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.set_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index to place the column at.`,name:"i"},{anchor:"datasets.table.MemoryMappedTable.set_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.MemoryMappedTable.set_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1200",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column set.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),ln=new f({props:{name:"rename_columns",anchor:"datasets.table.MemoryMappedTable.rename_columns",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1221"}}),cn=new f({props:{name:"select",anchor:"datasets.table.MemoryMappedTable.select",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.select.columns",description:`<strong>columns</strong> (<code>Union[List[str], List[int]]</code>) &#x2014;
The column names or integer indices to select.`,name:"columns"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1248",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the specified columns, and metadata preserved.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><a
href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table"
>datasets.table.Table</a></p>
`}}),pn=new f({props:{name:"drop",anchor:"datasets.table.MemoryMappedTable.drop",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.MemoryMappedTable.drop.columns",description:`<strong>columns</strong> (<code>List[str]</code>) &#x2014;
List of field names referencing existing columns.`,name:"columns"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1229",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table without the columns.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`,raiseDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<ul>
<li><code>KeyError</code> — : if any of the passed columns name are not existing.</li>
</ul>
`,raiseType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>KeyError</code></p>
`}}),mn=new f({props:{name:"from_file",anchor:"datasets.table.MemoryMappedTable.from_file",parameters:[{name:"filename",val:": str"},{name:"replays",val:" = None"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1015"}}),un=new ad({props:{title:"ConcatenationTable",local:"datasets.table.ConcatenationTable",headingTag:"h2"}}),bn=new f({props:{name:"class datasets.table.ConcatenationTable",anchor:"datasets.table.ConcatenationTable",parameters:[{name:"table",val:": Table"},{name:"blocks",val:": list"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1273"}}),gn=new f({props:{name:"validate",anchor:"datasets.table.ConcatenationTable.validate",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.validate.full",description:`<strong>full</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, run expensive checks, otherwise cheap checks only.`,name:"full"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L178",raiseDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<ul>
<li><code>pa.lib.ArrowInvalid</code> — if validation fails</li>
</ul>
`,raiseType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pa.lib.ArrowInvalid</code></p>
`}}),fn=new f({props:{name:"equals",anchor:"datasets.table.ConcatenationTable.equals",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.equals.other",description:`<strong>other</strong> (<a href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table">Table</a>) &#x2014;
Table to compare against.`,name:"other"},{anchor:"datasets.table.ConcatenationTable.equals.check_metadata",description:`<strong>check_metadata</strong> <code>bool</code>, defaults to <code>False</code>) &#x2014;
Whether schema metadata equality should be checked as well.`,name:"check_metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L194",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>bool</code></p>
`}}),hn=new f({props:{name:"to_batches",anchor:"datasets.table.ConcatenationTable.to_batches",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.to_batches.max_chunksize",description:`<strong>max_chunksize</strong> (<code>int</code>, defaults to <code>None</code>) &#x2014;
Maximum size for <code>RecordBatch</code> chunks. Individual chunks may be
smaller depending on the chunk layout of individual columns.`,name:"max_chunksize"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L211",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pyarrow.RecordBatch]</code></p>
`}}),vn=new f({props:{name:"to_pydict",anchor:"datasets.table.ConcatenationTable.to_pydict",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L225",returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>dict</code></p>
`}}),xn=new f({props:{name:"to_pandas",anchor:"datasets.table.ConcatenationTable.to_pandas",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.to_pandas.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
Arrow MemoryPool to use for allocations. Uses the default memory
pool is not passed.`,name:"memory_pool"},{anchor:"datasets.table.ConcatenationTable.to_pandas.strings_to_categorical",description:`<strong>strings_to_categorical</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Encode string (UTF8) and binary types to <code>pandas.Categorical</code>.`,name:"strings_to_categorical"},{anchor:"datasets.table.ConcatenationTable.to_pandas.categories",description:`<strong>categories</strong> (<code>list</code>, defaults to <code>empty</code>) &#x2014;
List of fields that should be returned as <code>pandas.Categorical</code>. Only
applies to table-like data structures.`,name:"categories"},{anchor:"datasets.table.ConcatenationTable.to_pandas.zero_copy_only",description:`<strong>zero_copy_only</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Raise an <code>ArrowException</code> if this function call would require copying
the underlying data.`,name:"zero_copy_only"},{anchor:"datasets.table.ConcatenationTable.to_pandas.integer_object_nulls",description:`<strong>integer_object_nulls</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast integers with nulls to objects.`,name:"integer_object_nulls"},{anchor:"datasets.table.ConcatenationTable.to_pandas.date_as_object",description:`<strong>date_as_object</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Cast dates to objects. If <code>False</code>, convert to <code>datetime64[ns]</code> dtype.`,name:"date_as_object"},{anchor:"datasets.table.ConcatenationTable.to_pandas.timestamp_as_object",description:`<strong>timestamp_as_object</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Cast non-nanosecond timestamps (<code>np.datetime64</code>) to objects. This is
useful if you have timestamps that don&#x2019;t fit in the normal date
range of nanosecond timestamps (1678 CE-2262 CE).
If <code>False</code>, all timestamps are converted to <code>datetime64[ns]</code> dtype.`,name:"timestamp_as_object"},{anchor:"datasets.table.ConcatenationTable.to_pandas.use_threads",description:`<strong>use_threads</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Whether to parallelize the conversion using multiple threads.`,name:"use_threads"},{anchor:"datasets.table.ConcatenationTable.to_pandas.deduplicate_objects",description:`<strong>deduplicate_objects</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Do not create multiple copies Python objects when created, to save
on memory use. Conversion will be slower.`,name:"deduplicate_objects"},{anchor:"datasets.table.ConcatenationTable.to_pandas.ignore_metadata",description:`<strong>ignore_metadata</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, do not use the &#x2018;pandas&#x2019; metadata to reconstruct the
DataFrame index, if present.`,name:"ignore_metadata"},{anchor:"datasets.table.ConcatenationTable.to_pandas.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
For certain data types, a cast is needed in order to store the
data in a pandas DataFrame or Series (e.g. timestamps are always
stored as nanoseconds in pandas). This option controls whether it
is a safe cast or not.`,name:"safe"},{anchor:"datasets.table.ConcatenationTable.to_pandas.split_blocks",description:`<strong>split_blocks</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
If <code>True</code>, generate one internal &#x201C;block&#x201D; for each column when
creating a pandas.DataFrame from a <code>RecordBatch</code> or <code>Table</code>. While this
can temporarily reduce memory note that various pandas operations
can trigger &#x201C;consolidation&#x201D; which may balloon memory use.`,name:"split_blocks"},{anchor:"datasets.table.ConcatenationTable.to_pandas.self_destruct",description:`<strong>self_destruct</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
EXPERIMENTAL: If <code>True</code>, attempt to deallocate the originating Arrow
memory while converting the Arrow object to pandas. If you use the
object after calling <code>to_pandas</code> with this option it will crash your
program.`,name:"self_destruct"},{anchor:"datasets.table.ConcatenationTable.to_pandas.types_mapper",description:`<strong>types_mapper</strong> (<code>function</code>, defaults to <code>None</code>) &#x2014;
A function mapping a pyarrow DataType to a pandas <code>ExtensionDtype</code>.
This can be used to override the default pandas type for conversion
of built-in pyarrow types or in absence of <code>pandas_metadata</code> in the
Table schema. The function receives a pyarrow DataType and is
expected to return a pandas <code>ExtensionDtype</code> or <code>None</code> if the
default conversion should be used for that type. If you have
a dictionary mapping, you can pass <code>dict.get</code> as function.`,name:"types_mapper"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L243",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code> depending on type of object</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pandas.Series</code> or <code>pandas.DataFrame</code></p>
`}}),yn=new f({props:{name:"to_string",anchor:"datasets.table.ConcatenationTable.to_string",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L305"}}),$n=new f({props:{name:"field",anchor:"datasets.table.ConcatenationTable.field",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.field.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the field to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L324",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Field</code></p>
`}}),_n=new f({props:{name:"column",anchor:"datasets.table.ConcatenationTable.column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.column.i",description:`<strong>i</strong> (<code>Union[int, str]</code>) &#x2014;
The index or name of the column to retrieve.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L337",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.ChunkedArray</code></p>
`}}),Tn=new f({props:{name:"itercolumns",anchor:"datasets.table.ConcatenationTable.itercolumns",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L350"}}),wn=new f({props:{name:"schema",anchor:"datasets.table.ConcatenationTable.schema",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L359",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>pyarrow.Schema</code></p>
`}}),Cn=new f({props:{name:"columns",anchor:"datasets.table.ConcatenationTable.columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L369",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[pa.ChunkedArray]</code></p>
`}}),Mn=new f({props:{name:"num_columns",anchor:"datasets.table.ConcatenationTable.num_columns",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L379",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),Dn=new f({props:{name:"num_rows",anchor:"datasets.table.ConcatenationTable.num_rows",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L389",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>int</p>
`}}),In=new f({props:{name:"shape",anchor:"datasets.table.ConcatenationTable.shape",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L402",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>Number of rows and number of columns.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>(int, int)</code></p>
`}}),kn=new f({props:{name:"nbytes",anchor:"datasets.table.ConcatenationTable.nbytes",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L412"}}),Ln=new f({props:{name:"column_names",anchor:"datasets.table.ConcatenationTable.column_names",parameters:[],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L419"}}),Pn=new f({props:{name:"slice",anchor:"datasets.table.ConcatenationTable.slice",parameters:[{name:"offset",val:" = 0"},{name:"length",val:" = None"}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.slice.offset",description:`<strong>offset</strong> (<code>int</code>, defaults to <code>0</code>) &#x2014;
Offset from start of table to slice.`,name:"offset"},{anchor:"datasets.table.ConcatenationTable.slice.length",description:`<strong>length</strong> (<code>int</code>, defaults to <code>None</code>) &#x2014;
Length of slice (default is until end of table starting from
offset).`,name:"length"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1482",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),En=new f({props:{name:"filter",anchor:"datasets.table.ConcatenationTable.filter",parameters:[{name:"mask",val:""},{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1513"}}),jn=new f({props:{name:"flatten",anchor:"datasets.table.ConcatenationTable.flatten",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.flatten.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
For memory allocations, if required, otherwise use default pool.`,name:"memory_pool"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1524",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Vn=new f({props:{name:"combine_chunks",anchor:"datasets.table.ConcatenationTable.combine_chunks",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.combine_chunks.memory_pool",description:`<strong>memory_pool</strong> (<code>MemoryPool</code>, defaults to <code>None</code>) &#x2014;
For memory allocations, if required, otherwise use default pool.`,name:"memory_pool"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1542",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Fn=new f({props:{name:"cast",anchor:"datasets.table.ConcatenationTable.cast",parameters:[{name:"target_schema",val:""},{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.cast.target_schema",description:`<strong>target_schema</strong> (<code>Schema</code>) &#x2014;
Schema to cast to, the names and order of fields must match.`,name:"target_schema"},{anchor:"datasets.table.ConcatenationTable.cast.safe",description:`<strong>safe</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Check for overflows or other unsafe conversions.`,name:"safe"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1562",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),An=new f({props:{name:"replace_schema_metadata",anchor:"datasets.table.ConcatenationTable.replace_schema_metadata",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.replace_schema_metadata.metadata",description:"<strong>metadata</strong> (<code>dict</code>, defaults to <code>None</code>) &#x2014;",name:"metadata"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1593",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>shallow_copy</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Nn=new f({props:{name:"add_column",anchor:"datasets.table.ConcatenationTable.add_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.add_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index to place the column at.`,name:"i"},{anchor:"datasets.table.ConcatenationTable.add_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.ConcatenationTable.add_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1611",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column added.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),qn=new f({props:{name:"append_column",anchor:"datasets.table.ConcatenationTable.append_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.append_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.ConcatenationTable.append_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1632",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column added.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Hn=new f({props:{name:"remove_column",anchor:"datasets.table.ConcatenationTable.remove_column",parameters:[{name:"i",val:""},{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.remove_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index of column to remove.`,name:"i"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1649",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table without the column.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Sn=new f({props:{name:"set_column",anchor:"datasets.table.ConcatenationTable.set_column",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.set_column.i",description:`<strong>i</strong> (<code>int</code>) &#x2014;
Index to place the column at.`,name:"i"},{anchor:"datasets.table.ConcatenationTable.set_column.field_",description:`<strong>field_</strong> (<code>Union[str, pyarrow.Field]</code>) &#x2014;
If a string is passed then the type is deduced from the column
data.`,name:"field_"},{anchor:"datasets.table.ConcatenationTable.set_column.column",description:`<strong>column</strong> (<code>Union[pyarrow.Array, List[pyarrow.Array]]</code>) &#x2014;
Column data.`,name:"column"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1673",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the passed column set.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),zn=new f({props:{name:"rename_columns",anchor:"datasets.table.ConcatenationTable.rename_columns",parameters:[{name:"names",val:""},{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1692"}}),Un=new f({props:{name:"select",anchor:"datasets.table.ConcatenationTable.select",parameters:[{name:"columns",val:""},{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.select.columns",description:`<strong>columns</strong> (<code>Union[List[str], List[int]]</code>) &#x2014;
The column names or integer indices to select.`,name:"columns"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1726",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table with the specified columns, and metadata preserved.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><a
href="/docs/datasets/pr_7973/en/package_reference/table_classes#datasets.table.Table"
>datasets.table.Table</a></p>
`}}),Rn=new f({props:{name:"drop",anchor:"datasets.table.ConcatenationTable.drop",parameters:[{name:"columns",val:""},{name:"*args",val:""},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.drop.columns",description:`<strong>columns</strong> (<code>List[str]</code>) &#x2014;
List of field names referencing existing columns.`,name:"columns"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1705",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>New table without the columns.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`,raiseDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<ul>
<li><code>KeyError</code> — : if any of the passed columns name are not existing.</li>
</ul>
`,raiseType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>KeyError</code></p>
`}}),Bn=new f({props:{name:"from_blocks",anchor:"datasets.table.ConcatenationTable.from_blocks",parameters:[{name:"blocks",val:": ~TableBlockContainer"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1378"}}),On=new f({props:{name:"from_tables",anchor:"datasets.table.ConcatenationTable.from_tables",parameters:[{name:"tables",val:": list"},{name:"axis",val:": int = 0"}],parametersDescription:[{anchor:"datasets.table.ConcatenationTable.from_tables.tables",description:`<strong>tables</strong> (list of <code>Table</code> or list of <code>pyarrow.Table</code>) &#x2014;
List of tables.`,name:"tables"},{anchor:"datasets.table.ConcatenationTable.from_tables.axis",description:`<strong>axis</strong> (<code>{0, 1}</code>, defaults to <code>0</code>, meaning over rows) &#x2014;
Axis to concatenate over, where <code>0</code> means over rows (vertically) and <code>1</code> means over columns
(horizontally).</p>
<div class="course-tip bg-gradient-to-br dark:bg-gradient-to-r before:border-green-500 dark:before:border-green-800 from-green-50 dark:from-gray-900 to-white dark:to-gray-950 border border-green-50 text-green-700 dark:text-gray-400">
<p class="font-medium">Added in 1.6.0</p>
</div>`,name:"axis"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1392"}}),Wn=new ad({props:{title:"Utils",local:"datasets.table.concat_tables",headingTag:"h2"}}),Xn=new f({props:{name:"datasets.table.concat_tables",anchor:"datasets.table.concat_tables",parameters:[{name:"tables",val:": list"},{name:"axis",val:": int = 0"}],parametersDescription:[{anchor:"datasets.table.concat_tables.tables",description:`<strong>tables</strong> (list of <code>Table</code>) &#x2014;
List of tables to be concatenated.`,name:"tables"},{anchor:"datasets.table.concat_tables.axis",description:`<strong>axis</strong> (<code>{0, 1}</code>, defaults to <code>0</code>, meaning over rows) &#x2014;
Axis to concatenate over, where <code>0</code> means over rows (vertically) and <code>1</code> means over columns
(horizontally).</p>
<div class="course-tip bg-gradient-to-br dark:bg-gradient-to-r before:border-green-500 dark:before:border-green-800 from-green-50 dark:from-gray-900 to-white dark:to-gray-950 border border-green-50 text-green-700 dark:text-gray-400">
<p class="font-medium">Added in 1.6.0</p>
</div>`,name:"axis"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1746",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>If the number of input tables is > 1, then the returned table is a <code>datasets.table.ConcatenationTable</code>.
Otherwise if there’s only one table, it is returned as is.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>datasets.table.Table</code></p>
`}}),Gn=new f({props:{name:"datasets.table.list_table_cache_files",anchor:"datasets.table.list_table_cache_files",parameters:[{name:"table",val:": Table"}],source:"https://github.com/huggingface/datasets/blob/r_7973/src/datasets/table.py#L1769",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A list of paths to the cache files loaded by the table.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[str]</code></p>
`}}),Jn=new Vf({props:{source:"https://github.com/huggingface/datasets/blob/main/docs/source/package_reference/table_classes.mdx"}}),{c(){I=o("meta"),Et=a(),j=o("p"),L=a(),l(P.$$.fragment),D=a(),l(E.$$.fragment),rd=a(),jt=o("p"),jt.innerHTML=Nu,sd=a(),l(Vt.$$.fragment),dd=a(),T=o("div"),l(Ft.$$.fragment),Ql=a(),Yn=o("p"),Yn.innerHTML=qu,ec=a(),Kn=o("p"),Kn.innerHTML=Hu,tc=a(),Zn=o("p"),Zn.textContent=Su,ac=a(),V=o("div"),l(At.$$.fragment),nc=a(),Qn=o("p"),Qn.textContent=zu,oc=a(),eo=o("p"),eo.innerHTML=Uu,rc=a(),ee=o("div"),l(Nt.$$.fragment),sc=a(),to=o("p"),to.textContent=Ru,dc=a(),te=o("div"),l(qt.$$.fragment),lc=a(),ao=o("p"),ao.innerHTML=Bu,cc=a(),ae=o("div"),l(Ht.$$.fragment),ic=a(),no=o("p"),no.innerHTML=Ou,pc=a(),ne=o("div"),l(St.$$.fragment),mc=a(),oo=o("p"),oo.textContent=Wu,uc=a(),ro=o("div"),l(zt.$$.fragment),bc=a(),oe=o("div"),l(Ut.$$.fragment),gc=a(),so=o("p"),so.textContent=Xu,fc=a(),re=o("div"),l(Rt.$$.fragment),hc=a(),lo=o("p"),lo.textContent=Gu,vc=a(),se=o("div"),l(Bt.$$.fragment),xc=a(),co=o("p"),co.textContent=Ju,yc=a(),de=o("div"),l(Ot.$$.fragment),$c=a(),io=o("p"),io.textContent=Yu,_c=a(),le=o("div"),l(Wt.$$.fragment),Tc=a(),po=o("p"),po.textContent=Ku,wc=a(),ce=o("div"),l(Xt.$$.fragment),Cc=a(),mo=o("p"),mo.textContent=Zu,Mc=a(),F=o("div"),l(Gt.$$.fragment),Dc=a(),uo=o("p"),uo.textContent=Qu,Ic=a(),bo=o("p"),bo.textContent=eb,kc=a(),ie=o("div"),l(Jt.$$.fragment),Lc=a(),go=o("p"),go.textContent=tb,Pc=a(),pe=o("div"),l(Yt.$$.fragment),Ec=a(),fo=o("p"),fo.textContent=ab,ld=a(),l(Kt.$$.fragment),cd=a(),h=o("div"),l(Zt.$$.fragment),jc=a(),ho=o("p"),ho.textContent=nb,Vc=a(),vo=o("p"),vo.textContent=ob,Fc=a(),xo=o("p"),xo.innerHTML=rb,Ac=a(),yo=o("p"),yo.innerHTML=sb,Nc=a(),A=o("div"),l(Qt.$$.fragment),qc=a(),$o=o("p"),$o.textContent=db,Hc=a(),_o=o("p"),_o.innerHTML=lb,Sc=a(),me=o("div"),l(ea.$$.fragment),zc=a(),To=o("p"),To.textContent=cb,Uc=a(),ue=o("div"),l(ta.$$.fragment),Rc=a(),wo=o("p"),wo.innerHTML=ib,Bc=a(),be=o("div"),l(aa.$$.fragment),Oc=a(),Co=o("p"),Co.innerHTML=pb,Wc=a(),ge=o("div"),l(na.$$.fragment),Xc=a(),Mo=o("p"),Mo.textContent=mb,Gc=a(),Do=o("div"),l(oa.$$.fragment),Jc=a(),fe=o("div"),l(ra.$$.fragment),Yc=a(),Io=o("p"),Io.textContent=ub,Kc=a(),he=o("div"),l(sa.$$.fragment),Zc=a(),ko=o("p"),ko.textContent=bb,Qc=a(),ve=o("div"),l(da.$$.fragment),ei=a(),Lo=o("p"),Lo.textContent=gb,ti=a(),xe=o("div"),l(la.$$.fragment),ai=a(),Po=o("p"),Po.textContent=fb,ni=a(),ye=o("div"),l(ca.$$.fragment),oi=a(),Eo=o("p"),Eo.textContent=hb,ri=a(),$e=o("div"),l(ia.$$.fragment),si=a(),jo=o("p"),jo.textContent=vb,di=a(),N=o("div"),l(pa.$$.fragment),li=a(),Vo=o("p"),Vo.textContent=xb,ci=a(),Fo=o("p"),Fo.textContent=yb,ii=a(),_e=o("div"),l(ma.$$.fragment),pi=a(),Ao=o("p"),Ao.textContent=$b,mi=a(),Te=o("div"),l(ua.$$.fragment),ui=a(),No=o("p"),No.textContent=_b,bi=a(),we=o("div"),l(ba.$$.fragment),gi=a(),qo=o("p"),qo.textContent=Tb,fi=a(),Ce=o("div"),l(ga.$$.fragment),hi=a(),Ho=o("p"),Ho.textContent=wb,vi=a(),Me=o("div"),l(fa.$$.fragment),xi=a(),So=o("p"),So.innerHTML=Cb,yi=a(),De=o("div"),l(ha.$$.fragment),$i=a(),zo=o("p"),zo.textContent=Mb,_i=a(),q=o("div"),l(va.$$.fragment),Ti=a(),Uo=o("p"),Uo.textContent=Db,wi=a(),Ro=o("p"),Ro.innerHTML=Ib,Ci=a(),Ie=o("div"),l(xa.$$.fragment),Mi=a(),Bo=o("p"),Bo.textContent=kb,Di=a(),ke=o("div"),l(ya.$$.fragment),Ii=a(),Oo=o("p"),Oo.innerHTML=Lb,ki=a(),H=o("div"),l($a.$$.fragment),Li=a(),Wo=o("p"),Wo.textContent=Pb,Pi=a(),Xo=o("p"),Xo.textContent=Eb,Ei=a(),Le=o("div"),l(_a.$$.fragment),ji=a(),Go=o("p"),Go.textContent=jb,Vi=a(),Pe=o("div"),l(Ta.$$.fragment),Fi=a(),Jo=o("p"),Jo.textContent=Vb,Ai=a(),Ee=o("div"),l(wa.$$.fragment),Ni=a(),Yo=o("p"),Yo.textContent=Fb,qi=a(),je=o("div"),l(Ca.$$.fragment),Hi=a(),Ko=o("p"),Ko.textContent=Ab,Si=a(),S=o("div"),l(Ma.$$.fragment),zi=a(),Zo=o("p"),Zo.textContent=Nb,Ui=a(),Qo=o("p"),Qo.textContent=qb,Ri=a(),Ve=o("div"),l(Da.$$.fragment),Bi=a(),er=o("p"),er.textContent=Hb,Oi=a(),tr=o("div"),l(Ia.$$.fragment),Wi=a(),ar=o("div"),l(ka.$$.fragment),Xi=a(),k=o("div"),l(La.$$.fragment),Gi=a(),nr=o("p"),nr.textContent=Sb,Ji=a(),or=o("p"),or.innerHTML=zb,Yi=a(),rr=o("p"),rr.innerHTML=Ub,Ki=a(),l(Fe.$$.fragment),Zi=a(),Ae=o("div"),l(Pa.$$.fragment),Qi=a(),sr=o("p"),sr.textContent=Rb,ep=a(),Ne=o("div"),l(Ea.$$.fragment),tp=a(),dr=o("p"),dr.textContent=Bb,ap=a(),qe=o("div"),l(ja.$$.fragment),np=a(),lr=o("p"),lr.innerHTML=Ob,id=a(),l(Va.$$.fragment),pd=a(),y=o("div"),l(Fa.$$.fragment),op=a(),cr=o("p"),cr.textContent=Wb,rp=a(),ir=o("p"),ir.textContent=Xb,sp=a(),pr=o("p"),pr.textContent=Gb,dp=a(),mr=o("p"),mr.innerHTML=Jb,lp=a(),ur=o("p"),ur.innerHTML=Yb,cp=a(),z=o("div"),l(Aa.$$.fragment),ip=a(),br=o("p"),br.textContent=Kb,pp=a(),gr=o("p"),gr.innerHTML=Zb,mp=a(),He=o("div"),l(Na.$$.fragment),up=a(),fr=o("p"),fr.textContent=Qb,bp=a(),Se=o("div"),l(qa.$$.fragment),gp=a(),hr=o("p"),hr.innerHTML=eg,fp=a(),ze=o("div"),l(Ha.$$.fragment),hp=a(),vr=o("p"),vr.innerHTML=tg,vp=a(),Ue=o("div"),l(Sa.$$.fragment),xp=a(),xr=o("p"),xr.textContent=ag,yp=a(),yr=o("div"),l(za.$$.fragment),$p=a(),Re=o("div"),l(Ua.$$.fragment),_p=a(),$r=o("p"),$r.textContent=ng,Tp=a(),Be=o("div"),l(Ra.$$.fragment),wp=a(),_r=o("p"),_r.textContent=og,Cp=a(),Oe=o("div"),l(Ba.$$.fragment),Mp=a(),Tr=o("p"),Tr.textContent=rg,Dp=a(),We=o("div"),l(Oa.$$.fragment),Ip=a(),wr=o("p"),wr.textContent=sg,kp=a(),Xe=o("div"),l(Wa.$$.fragment),Lp=a(),Cr=o("p"),Cr.textContent=dg,Pp=a(),Ge=o("div"),l(Xa.$$.fragment),Ep=a(),Mr=o("p"),Mr.textContent=lg,jp=a(),U=o("div"),l(Ga.$$.fragment),Vp=a(),Dr=o("p"),Dr.textContent=cg,Fp=a(),Ir=o("p"),Ir.textContent=ig,Ap=a(),Je=o("div"),l(Ja.$$.fragment),Np=a(),kr=o("p"),kr.textContent=pg,qp=a(),Ye=o("div"),l(Ya.$$.fragment),Hp=a(),Lr=o("p"),Lr.textContent=mg,Sp=a(),Ke=o("div"),l(Ka.$$.fragment),zp=a(),Pr=o("p"),Pr.textContent=ug,Up=a(),Ze=o("div"),l(Za.$$.fragment),Rp=a(),Er=o("p"),Er.textContent=bg,Bp=a(),Qe=o("div"),l(Qa.$$.fragment),Op=a(),jr=o("p"),jr.innerHTML=gg,Wp=a(),et=o("div"),l(en.$$.fragment),Xp=a(),Vr=o("p"),Vr.textContent=fg,Gp=a(),R=o("div"),l(tn.$$.fragment),Jp=a(),Fr=o("p"),Fr.textContent=hg,Yp=a(),Ar=o("p"),Ar.textContent=vg,Kp=a(),tt=o("div"),l(an.$$.fragment),Zp=a(),Nr=o("p"),Nr.textContent=xg,Qp=a(),at=o("div"),l(nn.$$.fragment),em=a(),qr=o("p"),qr.textContent=yg,tm=a(),B=o("div"),l(on.$$.fragment),am=a(),Hr=o("p"),Hr.textContent=$g,nm=a(),Sr=o("p"),Sr.textContent=_g,om=a(),nt=o("div"),l(rn.$$.fragment),rm=a(),zr=o("p"),zr.textContent=Tg,sm=a(),ot=o("div"),l(sn.$$.fragment),dm=a(),Ur=o("p"),Ur.textContent=wg,lm=a(),rt=o("div"),l(dn.$$.fragment),cm=a(),Rr=o("p"),Rr.textContent=Cg,im=a(),st=o("div"),l(ln.$$.fragment),pm=a(),Br=o("p"),Br.textContent=Mg,mm=a(),O=o("div"),l(cn.$$.fragment),um=a(),Or=o("p"),Or.textContent=Dg,bm=a(),Wr=o("p"),Wr.textContent=Ig,gm=a(),dt=o("div"),l(pn.$$.fragment),fm=a(),Xr=o("p"),Xr.textContent=kg,hm=a(),Gr=o("div"),l(mn.$$.fragment),md=a(),l(un.$$.fragment),ud=a(),v=o("div"),l(bn.$$.fragment),vm=a(),Jr=o("p"),Jr.textContent=Lg,xm=a(),Yr=o("p"),Yr.innerHTML=Pg,ym=a(),Kr=o("ul"),Kr.innerHTML=Eg,$m=a(),Zr=o("p"),Zr.innerHTML=jg,_m=a(),Qr=o("p"),Qr.innerHTML=Vg,Tm=a(),es=o("p"),es.innerHTML=Fg,wm=a(),W=o("div"),l(gn.$$.fragment),Cm=a(),ts=o("p"),ts.textContent=Ag,Mm=a(),as=o("p"),as.innerHTML=Ng,Dm=a(),lt=o("div"),l(fn.$$.fragment),Im=a(),ns=o("p"),ns.textContent=qg,km=a(),ct=o("div"),l(hn.$$.fragment),Lm=a(),os=o("p"),os.innerHTML=Hg,Pm=a(),it=o("div"),l(vn.$$.fragment),Em=a(),rs=o("p"),rs.innerHTML=Sg,jm=a(),pt=o("div"),l(xn.$$.fragment),Vm=a(),ss=o("p"),ss.textContent=zg,Fm=a(),ds=o("div"),l(yn.$$.fragment),Am=a(),mt=o("div"),l($n.$$.fragment),Nm=a(),ls=o("p"),ls.textContent=Ug,qm=a(),ut=o("div"),l(_n.$$.fragment),Hm=a(),cs=o("p"),cs.textContent=Rg,Sm=a(),bt=o("div"),l(Tn.$$.fragment),zm=a(),is=o("p"),is.textContent=Bg,Um=a(),gt=o("div"),l(wn.$$.fragment),Rm=a(),ps=o("p"),ps.textContent=Og,Bm=a(),ft=o("div"),l(Cn.$$.fragment),Om=a(),ms=o("p"),ms.textContent=Wg,Wm=a(),ht=o("div"),l(Mn.$$.fragment),Xm=a(),us=o("p"),us.textContent=Xg,Gm=a(),X=o("div"),l(Dn.$$.fragment),Jm=a(),bs=o("p"),bs.textContent=Gg,Ym=a(),gs=o("p"),gs.textContent=Jg,Km=a(),vt=o("div"),l(In.$$.fragment),Zm=a(),fs=o("p"),fs.textContent=Yg,Qm=a(),xt=o("div"),l(kn.$$.fragment),eu=a(),hs=o("p"),hs.textContent=Kg,tu=a(),yt=o("div"),l(Ln.$$.fragment),au=a(),vs=o("p"),vs.textContent=Zg,nu=a(),$t=o("div"),l(Pn.$$.fragment),ou=a(),xs=o("p"),xs.textContent=Qg,ru=a(),_t=o("div"),l(En.$$.fragment),su=a(),ys=o("p"),ys.innerHTML=ef,du=a(),Tt=o("div"),l(jn.$$.fragment),lu=a(),$s=o("p"),$s.textContent=tf,cu=a(),G=o("div"),l(Vn.$$.fragment),iu=a(),_s=o("p"),_s.textContent=af,pu=a(),Ts=o("p"),Ts.innerHTML=nf,mu=a(),wt=o("div"),l(Fn.$$.fragment),uu=a(),ws=o("p"),ws.textContent=of,bu=a(),Ct=o("div"),l(An.$$.fragment),gu=a(),Cs=o("p"),Cs.innerHTML=rf,fu=a(),J=o("div"),l(Nn.$$.fragment),hu=a(),Ms=o("p"),Ms.textContent=sf,vu=a(),Ds=o("p"),Ds.textContent=df,xu=a(),Mt=o("div"),l(qn.$$.fragment),yu=a(),Is=o("p"),Is.textContent=lf,$u=a(),Dt=o("div"),l(Hn.$$.fragment),_u=a(),ks=o("p"),ks.textContent=cf,Tu=a(),It=o("div"),l(Sn.$$.fragment),wu=a(),Ls=o("p"),Ls.textContent=pf,Cu=a(),kt=o("div"),l(zn.$$.fragment),Mu=a(),Ps=o("p"),Ps.textContent=mf,Du=a(),Y=o("div"),l(Un.$$.fragment),Iu=a(),Es=o("p"),Es.textContent=uf,ku=a(),js=o("p"),js.textContent=bf,Lu=a(),Lt=o("div"),l(Rn.$$.fragment),Pu=a(),Vs=o("p"),Vs.textContent=gf,Eu=a(),Fs=o("div"),l(Bn.$$.fragment),ju=a(),Pt=o("div"),l(On.$$.fragment),Vu=a(),As=o("p"),As.innerHTML=ff,bd=a(),l(Wn.$$.fragment),gd=a(),Z=o("div"),l(Xn.$$.fragment),Fu=a(),Ns=o("p"),Ns.textContent=hf,fd=a(),Q=o("div"),l(Gn.$$.fragment),Au=a(),qs=o("p"),qs.textContent=vf,hd=a(),l(Jn.$$.fragment),vd=a(),nd=o("p"),this.h()},l(t){const C=Ef("svelte-u9bgzb",document.head);I=r(C,"META",{name:!0,content:!0}),C.forEach(s),Et=n(t),j=r(t,"P",{}),b(j).forEach(s),L=n(t),c(P.$$.fragment,t),D=n(t),c(E.$$.fragment,t),rd=n(t),jt=r(t,"P",{"data-svelte-h":!0}),d(jt)!=="svelte-1ogf57i"&&(jt.innerHTML=Nu),sd=n(t),c(Vt.$$.fragment,t),dd=n(t),T=r(t,"DIV",{class:!0});var w=b(T);c(Ft.$$.fragment,w),Ql=n(w),Yn=r(w,"P",{"data-svelte-h":!0}),d(Yn)!=="svelte-1f76q3k"&&(Yn.innerHTML=qu),ec=n(w),Kn=r(w,"P",{"data-svelte-h":!0}),d(Kn)!=="svelte-qeobii"&&(Kn.innerHTML=Hu),tc=n(w),Zn=r(w,"P",{"data-svelte-h":!0}),d(Zn)!=="svelte-1jrktog"&&(Zn.textContent=Su),ac=n(w),V=r(w,"DIV",{class:!0});var Hs=b(V);c(At.$$.fragment,Hs),nc=n(Hs),Qn=r(Hs,"P",{"data-svelte-h":!0}),d(Qn)!=="svelte-1y2x2zy"&&(Qn.textContent=zu),oc=n(Hs),eo=r(Hs,"P",{"data-svelte-h":!0}),d(eo)!=="svelte-ckn0y6"&&(eo.innerHTML=Uu),Hs.forEach(s),rc=n(w),ee=r(w,"DIV",{class:!0});var yd=b(ee);c(Nt.$$.fragment,yd),sc=n(yd),to=r(yd,"P",{"data-svelte-h":!0}),d(to)!=="svelte-62d01b"&&(to.textContent=Ru),yd.forEach(s),dc=n(w),te=r(w,"DIV",{class:!0});var $d=b(te);c(qt.$$.fragment,$d),lc=n($d),ao=r($d,"P",{"data-svelte-h":!0}),d(ao)!=="svelte-qsqv8k"&&(ao.innerHTML=Bu),$d.forEach(s),cc=n(w),ae=r(w,"DIV",{class:!0});var _d=b(ae);c(Ht.$$.fragment,_d),ic=n(_d),no=r(_d,"P",{"data-svelte-h":!0}),d(no)!=="svelte-b5q6em"&&(no.innerHTML=Ou),_d.forEach(s),pc=n(w),ne=r(w,"DIV",{class:!0});var Td=b(ne);c(St.$$.fragment,Td),mc=n(Td),oo=r(Td,"P",{"data-svelte-h":!0}),d(oo)!=="svelte-tnpwrs"&&(oo.textContent=Wu),Td.forEach(s),uc=n(w),ro=r(w,"DIV",{class:!0});var xf=b(ro);c(zt.$$.fragment,xf),xf.forEach(s),bc=n(w),oe=r(w,"DIV",{class:!0});var wd=b(oe);c(Ut.$$.fragment,wd),gc=n(wd),so=r(wd,"P",{"data-svelte-h":!0}),d(so)!=="svelte-wuom4w"&&(so.textContent=Xu),wd.forEach(s),fc=n(w),re=r(w,"DIV",{class:!0});var Cd=b(re);c(Rt.$$.fragment,Cd),hc=n(Cd),lo=r(Cd,"P",{"data-svelte-h":!0}),d(lo)!=="svelte-15kfhrd"&&(lo.textContent=Gu),Cd.forEach(s),vc=n(w),se=r(w,"DIV",{class:!0});var Md=b(se);c(Bt.$$.fragment,Md),xc=n(Md),co=r(Md,"P",{"data-svelte-h":!0}),d(co)!=="svelte-31bnu1"&&(co.textContent=Ju),Md.forEach(s),yc=n(w),de=r(w,"DIV",{class:!0});var Dd=b(de);c(Ot.$$.fragment,Dd),$c=n(Dd),io=r(Dd,"P",{"data-svelte-h":!0}),d(io)!=="svelte-ip69yt"&&(io.textContent=Yu),Dd.forEach(s),_c=n(w),le=r(w,"DIV",{class:!0});var Id=b(le);c(Wt.$$.fragment,Id),Tc=n(Id),po=r(Id,"P",{"data-svelte-h":!0}),d(po)!=="svelte-u5ak6c"&&(po.textContent=Ku),Id.forEach(s),wc=n(w),ce=r(w,"DIV",{class:!0});var kd=b(ce);c(Xt.$$.fragment,kd),Cc=n(kd),mo=r(kd,"P",{"data-svelte-h":!0}),d(mo)!=="svelte-1856ccq"&&(mo.textContent=Zu),kd.forEach(s),Mc=n(w),F=r(w,"DIV",{class:!0});var Ss=b(F);c(Gt.$$.fragment,Ss),Dc=n(Ss),uo=r(Ss,"P",{"data-svelte-h":!0}),d(uo)!=="svelte-ld2730"&&(uo.textContent=Qu),Ic=n(Ss),bo=r(Ss,"P",{"data-svelte-h":!0}),d(bo)!=="svelte-106eibf"&&(bo.textContent=eb),Ss.forEach(s),kc=n(w),ie=r(w,"DIV",{class:!0});var Ld=b(ie);c(Jt.$$.fragment,Ld),Lc=n(Ld),go=r(Ld,"P",{"data-svelte-h":!0}),d(go)!=="svelte-17cnfg4"&&(go.textContent=tb),Ld.forEach(s),Pc=n(w),pe=r(w,"DIV",{class:!0});var Pd=b(pe);c(Yt.$$.fragment,Pd),Ec=n(Pd),fo=r(Pd,"P",{"data-svelte-h":!0}),d(fo)!=="svelte-66xmw"&&(fo.textContent=ab),Pd.forEach(s),w.forEach(s),ld=n(t),c(Kt.$$.fragment,t),cd=n(t),h=r(t,"DIV",{class:!0});var x=b(h);c(Zt.$$.fragment,x),jc=n(x),ho=r(x,"P",{"data-svelte-h":!0}),d(ho)!=="svelte-1rcc8jp"&&(ho.textContent=nb),Vc=n(x),vo=r(x,"P",{"data-svelte-h":!0}),d(vo)!=="svelte-iyzaxg"&&(vo.textContent=ob),Fc=n(x),xo=r(x,"P",{"data-svelte-h":!0}),d(xo)!=="svelte-lrdd2f"&&(xo.innerHTML=rb),Ac=n(x),yo=r(x,"P",{"data-svelte-h":!0}),d(yo)!=="svelte-irwml3"&&(yo.innerHTML=sb),Nc=n(x),A=r(x,"DIV",{class:!0});var zs=b(A);c(Qt.$$.fragment,zs),qc=n(zs),$o=r(zs,"P",{"data-svelte-h":!0}),d($o)!=="svelte-1y2x2zy"&&($o.textContent=db),Hc=n(zs),_o=r(zs,"P",{"data-svelte-h":!0}),d(_o)!=="svelte-ckn0y6"&&(_o.innerHTML=lb),zs.forEach(s),Sc=n(x),me=r(x,"DIV",{class:!0});var Ed=b(me);c(ea.$$.fragment,Ed),zc=n(Ed),To=r(Ed,"P",{"data-svelte-h":!0}),d(To)!=="svelte-62d01b"&&(To.textContent=cb),Ed.forEach(s),Uc=n(x),ue=r(x,"DIV",{class:!0});var jd=b(ue);c(ta.$$.fragment,jd),Rc=n(jd),wo=r(jd,"P",{"data-svelte-h":!0}),d(wo)!=="svelte-qsqv8k"&&(wo.innerHTML=ib),jd.forEach(s),Bc=n(x),be=r(x,"DIV",{class:!0});var Vd=b(be);c(aa.$$.fragment,Vd),Oc=n(Vd),Co=r(Vd,"P",{"data-svelte-h":!0}),d(Co)!=="svelte-b5q6em"&&(Co.innerHTML=pb),Vd.forEach(s),Wc=n(x),ge=r(x,"DIV",{class:!0});var Fd=b(ge);c(na.$$.fragment,Fd),Xc=n(Fd),Mo=r(Fd,"P",{"data-svelte-h":!0}),d(Mo)!=="svelte-tnpwrs"&&(Mo.textContent=mb),Fd.forEach(s),Gc=n(x),Do=r(x,"DIV",{class:!0});var yf=b(Do);c(oa.$$.fragment,yf),yf.forEach(s),Jc=n(x),fe=r(x,"DIV",{class:!0});var Ad=b(fe);c(ra.$$.fragment,Ad),Yc=n(Ad),Io=r(Ad,"P",{"data-svelte-h":!0}),d(Io)!=="svelte-wuom4w"&&(Io.textContent=ub),Ad.forEach(s),Kc=n(x),he=r(x,"DIV",{class:!0});var Nd=b(he);c(sa.$$.fragment,Nd),Zc=n(Nd),ko=r(Nd,"P",{"data-svelte-h":!0}),d(ko)!=="svelte-15kfhrd"&&(ko.textContent=bb),Nd.forEach(s),Qc=n(x),ve=r(x,"DIV",{class:!0});var qd=b(ve);c(da.$$.fragment,qd),ei=n(qd),Lo=r(qd,"P",{"data-svelte-h":!0}),d(Lo)!=="svelte-31bnu1"&&(Lo.textContent=gb),qd.forEach(s),ti=n(x),xe=r(x,"DIV",{class:!0});var Hd=b(xe);c(la.$$.fragment,Hd),ai=n(Hd),Po=r(Hd,"P",{"data-svelte-h":!0}),d(Po)!=="svelte-ip69yt"&&(Po.textContent=fb),Hd.forEach(s),ni=n(x),ye=r(x,"DIV",{class:!0});var Sd=b(ye);c(ca.$$.fragment,Sd),oi=n(Sd),Eo=r(Sd,"P",{"data-svelte-h":!0}),d(Eo)!=="svelte-u5ak6c"&&(Eo.textContent=hb),Sd.forEach(s),ri=n(x),$e=r(x,"DIV",{class:!0});var zd=b($e);c(ia.$$.fragment,zd),si=n(zd),jo=r(zd,"P",{"data-svelte-h":!0}),d(jo)!=="svelte-1856ccq"&&(jo.textContent=vb),zd.forEach(s),di=n(x),N=r(x,"DIV",{class:!0});var Us=b(N);c(pa.$$.fragment,Us),li=n(Us),Vo=r(Us,"P",{"data-svelte-h":!0}),d(Vo)!=="svelte-ld2730"&&(Vo.textContent=xb),ci=n(Us),Fo=r(Us,"P",{"data-svelte-h":!0}),d(Fo)!=="svelte-106eibf"&&(Fo.textContent=yb),Us.forEach(s),ii=n(x),_e=r(x,"DIV",{class:!0});var Ud=b(_e);c(ma.$$.fragment,Ud),pi=n(Ud),Ao=r(Ud,"P",{"data-svelte-h":!0}),d(Ao)!=="svelte-17cnfg4"&&(Ao.textContent=$b),Ud.forEach(s),mi=n(x),Te=r(x,"DIV",{class:!0});var Rd=b(Te);c(ua.$$.fragment,Rd),ui=n(Rd),No=r(Rd,"P",{"data-svelte-h":!0}),d(No)!=="svelte-66xmw"&&(No.textContent=_b),Rd.forEach(s),bi=n(x),we=r(x,"DIV",{class:!0});var Bd=b(we);c(ba.$$.fragment,Bd),gi=n(Bd),qo=r(Bd,"P",{"data-svelte-h":!0}),d(qo)!=="svelte-17uczb9"&&(qo.textContent=Tb),Bd.forEach(s),fi=n(x),Ce=r(x,"DIV",{class:!0});var Od=b(Ce);c(ga.$$.fragment,Od),hi=n(Od),Ho=r(Od,"P",{"data-svelte-h":!0}),d(Ho)!=="svelte-rywqeu"&&(Ho.textContent=wb),Od.forEach(s),vi=n(x),Me=r(x,"DIV",{class:!0});var Wd=b(Me);c(fa.$$.fragment,Wd),xi=n(Wd),So=r(Wd,"P",{"data-svelte-h":!0}),d(So)!=="svelte-1mw3qp9"&&(So.innerHTML=Cb),Wd.forEach(s),yi=n(x),De=r(x,"DIV",{class:!0});var Xd=b(De);c(ha.$$.fragment,Xd),$i=n(Xd),zo=r(Xd,"P",{"data-svelte-h":!0}),d(zo)!=="svelte-u1ndw3"&&(zo.textContent=Mb),Xd.forEach(s),_i=n(x),q=r(x,"DIV",{class:!0});var Rs=b(q);c(va.$$.fragment,Rs),Ti=n(Rs),Uo=r(Rs,"P",{"data-svelte-h":!0}),d(Uo)!=="svelte-1k8bx9d"&&(Uo.textContent=Db),wi=n(Rs),Ro=r(Rs,"P",{"data-svelte-h":!0}),d(Ro)!=="svelte-1ns8yy"&&(Ro.innerHTML=Ib),Rs.forEach(s),Ci=n(x),Ie=r(x,"DIV",{class:!0});var Gd=b(Ie);c(xa.$$.fragment,Gd),Mi=n(Gd),Bo=r(Gd,"P",{"data-svelte-h":!0}),d(Bo)!=="svelte-1ln9dp4"&&(Bo.textContent=kb),Gd.forEach(s),Di=n(x),ke=r(x,"DIV",{class:!0});var Jd=b(ke);c(ya.$$.fragment,Jd),Ii=n(Jd),Oo=r(Jd,"P",{"data-svelte-h":!0}),d(Oo)!=="svelte-rkioww"&&(Oo.innerHTML=Lb),Jd.forEach(s),ki=n(x),H=r(x,"DIV",{class:!0});var Bs=b(H);c($a.$$.fragment,Bs),Li=n(Bs),Wo=r(Bs,"P",{"data-svelte-h":!0}),d(Wo)!=="svelte-1jj5n06"&&(Wo.textContent=Pb),Pi=n(Bs),Xo=r(Bs,"P",{"data-svelte-h":!0}),d(Xo)!=="svelte-jvel2s"&&(Xo.textContent=Eb),Bs.forEach(s),Ei=n(x),Le=r(x,"DIV",{class:!0});var Yd=b(Le);c(_a.$$.fragment,Yd),ji=n(Yd),Go=r(Yd,"P",{"data-svelte-h":!0}),d(Go)!=="svelte-1fpfws6"&&(Go.textContent=jb),Yd.forEach(s),Vi=n(x),Pe=r(x,"DIV",{class:!0});var Kd=b(Pe);c(Ta.$$.fragment,Kd),Fi=n(Kd),Jo=r(Kd,"P",{"data-svelte-h":!0}),d(Jo)!=="svelte-15ir3l4"&&(Jo.textContent=Vb),Kd.forEach(s),Ai=n(x),Ee=r(x,"DIV",{class:!0});var Zd=b(Ee);c(wa.$$.fragment,Zd),Ni=n(Zd),Yo=r(Zd,"P",{"data-svelte-h":!0}),d(Yo)!=="svelte-1xg7aaz"&&(Yo.textContent=Fb),Zd.forEach(s),qi=n(x),je=r(x,"DIV",{class:!0});var Qd=b(je);c(Ca.$$.fragment,Qd),Hi=n(Qd),Ko=r(Qd,"P",{"data-svelte-h":!0}),d(Ko)!=="svelte-1kp5kv5"&&(Ko.textContent=Ab),Qd.forEach(s),Si=n(x),S=r(x,"DIV",{class:!0});var Os=b(S);c(Ma.$$.fragment,Os),zi=n(Os),Zo=r(Os,"P",{"data-svelte-h":!0}),d(Zo)!=="svelte-q6qfth"&&(Zo.textContent=Nb),Ui=n(Os),Qo=r(Os,"P",{"data-svelte-h":!0}),d(Qo)!=="svelte-w4xlrs"&&(Qo.textContent=qb),Os.forEach(s),Ri=n(x),Ve=r(x,"DIV",{class:!0});var el=b(Ve);c(Da.$$.fragment,el),Bi=n(el),er=r(el,"P",{"data-svelte-h":!0}),d(er)!=="svelte-10o6ut2"&&(er.textContent=Hb),el.forEach(s),Oi=n(x),tr=r(x,"DIV",{class:!0});var $f=b(tr);c(Ia.$$.fragment,$f),$f.forEach(s),Wi=n(x),ar=r(x,"DIV",{class:!0});var _f=b(ar);c(ka.$$.fragment,_f),_f.forEach(s),Xi=n(x),k=r(x,"DIV",{class:!0});var K=b(k);c(La.$$.fragment,K),Gi=n(K),nr=r(K,"P",{"data-svelte-h":!0}),d(nr)!=="svelte-1rhelso"&&(nr.textContent=Sb),Ji=n(K),or=r(K,"P",{"data-svelte-h":!0}),d(or)!=="svelte-4ruhz1"&&(or.innerHTML=zb),Yi=n(K),rr=r(K,"P",{"data-svelte-h":!0}),d(rr)!=="svelte-1xw9iig"&&(rr.innerHTML=Ub),Ki=n(K),c(Fe.$$.fragment,K),K.forEach(s),Zi=n(x),Ae=r(x,"DIV",{class:!0});var tl=b(Ae);c(Pa.$$.fragment,tl),Qi=n(tl),sr=r(tl,"P",{"data-svelte-h":!0}),d(sr)!=="svelte-hrf2b1"&&(sr.textContent=Rb),tl.forEach(s),ep=n(x),Ne=r(x,"DIV",{class:!0});var al=b(Ne);c(Ea.$$.fragment,al),tp=n(al),dr=r(al,"P",{"data-svelte-h":!0}),d(dr)!=="svelte-1k8fwqj"&&(dr.textContent=Bb),al.forEach(s),ap=n(x),qe=r(x,"DIV",{class:!0});var nl=b(qe);c(ja.$$.fragment,nl),np=n(nl),lr=r(nl,"P",{"data-svelte-h":!0}),d(lr)!=="svelte-1cm2vyj"&&(lr.innerHTML=Ob),nl.forEach(s),x.forEach(s),id=n(t),c(Va.$$.fragment,t),pd=n(t),y=r(t,"DIV",{class:!0});var _=b(y);c(Fa.$$.fragment,_),op=n(_),cr=r(_,"P",{"data-svelte-h":!0}),d(cr)!=="svelte-2oq36h"&&(cr.textContent=Wb),rp=n(_),ir=r(_,"P",{"data-svelte-h":!0}),d(ir)!=="svelte-1fzt9hi"&&(ir.textContent=Xb),sp=n(_),pr=r(_,"P",{"data-svelte-h":!0}),d(pr)!=="svelte-wsxifu"&&(pr.textContent=Gb),dp=n(_),mr=r(_,"P",{"data-svelte-h":!0}),d(mr)!=="svelte-1973ehs"&&(mr.innerHTML=Jb),lp=n(_),ur=r(_,"P",{"data-svelte-h":!0}),d(ur)!=="svelte-irwml3"&&(ur.innerHTML=Yb),cp=n(_),z=r(_,"DIV",{class:!0});var Ws=b(z);c(Aa.$$.fragment,Ws),ip=n(Ws),br=r(Ws,"P",{"data-svelte-h":!0}),d(br)!=="svelte-1y2x2zy"&&(br.textContent=Kb),pp=n(Ws),gr=r(Ws,"P",{"data-svelte-h":!0}),d(gr)!=="svelte-ckn0y6"&&(gr.innerHTML=Zb),Ws.forEach(s),mp=n(_),He=r(_,"DIV",{class:!0});var ol=b(He);c(Na.$$.fragment,ol),up=n(ol),fr=r(ol,"P",{"data-svelte-h":!0}),d(fr)!=="svelte-62d01b"&&(fr.textContent=Qb),ol.forEach(s),bp=n(_),Se=r(_,"DIV",{class:!0});var rl=b(Se);c(qa.$$.fragment,rl),gp=n(rl),hr=r(rl,"P",{"data-svelte-h":!0}),d(hr)!=="svelte-qsqv8k"&&(hr.innerHTML=eg),rl.forEach(s),fp=n(_),ze=r(_,"DIV",{class:!0});var sl=b(ze);c(Ha.$$.fragment,sl),hp=n(sl),vr=r(sl,"P",{"data-svelte-h":!0}),d(vr)!=="svelte-b5q6em"&&(vr.innerHTML=tg),sl.forEach(s),vp=n(_),Ue=r(_,"DIV",{class:!0});var dl=b(Ue);c(Sa.$$.fragment,dl),xp=n(dl),xr=r(dl,"P",{"data-svelte-h":!0}),d(xr)!=="svelte-tnpwrs"&&(xr.textContent=ag),dl.forEach(s),yp=n(_),yr=r(_,"DIV",{class:!0});var Tf=b(yr);c(za.$$.fragment,Tf),Tf.forEach(s),$p=n(_),Re=r(_,"DIV",{class:!0});var ll=b(Re);c(Ua.$$.fragment,ll),_p=n(ll),$r=r(ll,"P",{"data-svelte-h":!0}),d($r)!=="svelte-wuom4w"&&($r.textContent=ng),ll.forEach(s),Tp=n(_),Be=r(_,"DIV",{class:!0});var cl=b(Be);c(Ra.$$.fragment,cl),wp=n(cl),_r=r(cl,"P",{"data-svelte-h":!0}),d(_r)!=="svelte-15kfhrd"&&(_r.textContent=og),cl.forEach(s),Cp=n(_),Oe=r(_,"DIV",{class:!0});var il=b(Oe);c(Ba.$$.fragment,il),Mp=n(il),Tr=r(il,"P",{"data-svelte-h":!0}),d(Tr)!=="svelte-31bnu1"&&(Tr.textContent=rg),il.forEach(s),Dp=n(_),We=r(_,"DIV",{class:!0});var pl=b(We);c(Oa.$$.fragment,pl),Ip=n(pl),wr=r(pl,"P",{"data-svelte-h":!0}),d(wr)!=="svelte-ip69yt"&&(wr.textContent=sg),pl.forEach(s),kp=n(_),Xe=r(_,"DIV",{class:!0});var ml=b(Xe);c(Wa.$$.fragment,ml),Lp=n(ml),Cr=r(ml,"P",{"data-svelte-h":!0}),d(Cr)!=="svelte-u5ak6c"&&(Cr.textContent=dg),ml.forEach(s),Pp=n(_),Ge=r(_,"DIV",{class:!0});var ul=b(Ge);c(Xa.$$.fragment,ul),Ep=n(ul),Mr=r(ul,"P",{"data-svelte-h":!0}),d(Mr)!=="svelte-1856ccq"&&(Mr.textContent=lg),ul.forEach(s),jp=n(_),U=r(_,"DIV",{class:!0});var Xs=b(U);c(Ga.$$.fragment,Xs),Vp=n(Xs),Dr=r(Xs,"P",{"data-svelte-h":!0}),d(Dr)!=="svelte-ld2730"&&(Dr.textContent=cg),Fp=n(Xs),Ir=r(Xs,"P",{"data-svelte-h":!0}),d(Ir)!=="svelte-106eibf"&&(Ir.textContent=ig),Xs.forEach(s),Ap=n(_),Je=r(_,"DIV",{class:!0});var bl=b(Je);c(Ja.$$.fragment,bl),Np=n(bl),kr=r(bl,"P",{"data-svelte-h":!0}),d(kr)!=="svelte-17cnfg4"&&(kr.textContent=pg),bl.forEach(s),qp=n(_),Ye=r(_,"DIV",{class:!0});var gl=b(Ye);c(Ya.$$.fragment,gl),Hp=n(gl),Lr=r(gl,"P",{"data-svelte-h":!0}),d(Lr)!=="svelte-66xmw"&&(Lr.textContent=mg),gl.forEach(s),Sp=n(_),Ke=r(_,"DIV",{class:!0});var fl=b(Ke);c(Ka.$$.fragment,fl),zp=n(fl),Pr=r(fl,"P",{"data-svelte-h":!0}),d(Pr)!=="svelte-17uczb9"&&(Pr.textContent=ug),fl.forEach(s),Up=n(_),Ze=r(_,"DIV",{class:!0});var hl=b(Ze);c(Za.$$.fragment,hl),Rp=n(hl),Er=r(hl,"P",{"data-svelte-h":!0}),d(Er)!=="svelte-rywqeu"&&(Er.textContent=bg),hl.forEach(s),Bp=n(_),Qe=r(_,"DIV",{class:!0});var vl=b(Qe);c(Qa.$$.fragment,vl),Op=n(vl),jr=r(vl,"P",{"data-svelte-h":!0}),d(jr)!=="svelte-1mw3qp9"&&(jr.innerHTML=gg),vl.forEach(s),Wp=n(_),et=r(_,"DIV",{class:!0});var xl=b(et);c(en.$$.fragment,xl),Xp=n(xl),Vr=r(xl,"P",{"data-svelte-h":!0}),d(Vr)!=="svelte-u1ndw3"&&(Vr.textContent=fg),xl.forEach(s),Gp=n(_),R=r(_,"DIV",{class:!0});var Gs=b(R);c(tn.$$.fragment,Gs),Jp=n(Gs),Fr=r(Gs,"P",{"data-svelte-h":!0}),d(Fr)!=="svelte-1k8bx9d"&&(Fr.textContent=hg),Yp=n(Gs),Ar=r(Gs,"P",{"data-svelte-h":!0}),d(Ar)!=="svelte-a0nkdz"&&(Ar.textContent=vg),Gs.forEach(s),Kp=n(_),tt=r(_,"DIV",{class:!0});var yl=b(tt);c(an.$$.fragment,yl),Zp=n(yl),Nr=r(yl,"P",{"data-svelte-h":!0}),d(Nr)!=="svelte-13m9bx6"&&(Nr.textContent=xg),yl.forEach(s),Qp=n(_),at=r(_,"DIV",{class:!0});var $l=b(at);c(nn.$$.fragment,$l),em=n($l),qr=r($l,"P",{"data-svelte-h":!0}),d(qr)!=="svelte-uz2wpc"&&(qr.textContent=yg),$l.forEach(s),tm=n(_),B=r(_,"DIV",{class:!0});var Js=b(B);c(on.$$.fragment,Js),am=n(Js),Hr=r(Js,"P",{"data-svelte-h":!0}),d(Hr)!=="svelte-1jj5n06"&&(Hr.textContent=$g),nm=n(Js),Sr=r(Js,"P",{"data-svelte-h":!0}),d(Sr)!=="svelte-jvel2s"&&(Sr.textContent=_g),Js.forEach(s),om=n(_),nt=r(_,"DIV",{class:!0});var _l=b(nt);c(rn.$$.fragment,_l),rm=n(_l),zr=r(_l,"P",{"data-svelte-h":!0}),d(zr)!=="svelte-1fpfws6"&&(zr.textContent=Tg),_l.forEach(s),sm=n(_),ot=r(_,"DIV",{class:!0});var Tl=b(ot);c(sn.$$.fragment,Tl),dm=n(Tl),Ur=r(Tl,"P",{"data-svelte-h":!0}),d(Ur)!=="svelte-15ir3l4"&&(Ur.textContent=wg),Tl.forEach(s),lm=n(_),rt=r(_,"DIV",{class:!0});var wl=b(rt);c(dn.$$.fragment,wl),cm=n(wl),Rr=r(wl,"P",{"data-svelte-h":!0}),d(Rr)!=="svelte-1xg7aaz"&&(Rr.textContent=Cg),wl.forEach(s),im=n(_),st=r(_,"DIV",{class:!0});var Cl=b(st);c(ln.$$.fragment,Cl),pm=n(Cl),Br=r(Cl,"P",{"data-svelte-h":!0}),d(Br)!=="svelte-1kp5kv5"&&(Br.textContent=Mg),Cl.forEach(s),mm=n(_),O=r(_,"DIV",{class:!0});var Ys=b(O);c(cn.$$.fragment,Ys),um=n(Ys),Or=r(Ys,"P",{"data-svelte-h":!0}),d(Or)!=="svelte-q6qfth"&&(Or.textContent=Dg),bm=n(Ys),Wr=r(Ys,"P",{"data-svelte-h":!0}),d(Wr)!=="svelte-w4xlrs"&&(Wr.textContent=Ig),Ys.forEach(s),gm=n(_),dt=r(_,"DIV",{class:!0});var Ml=b(dt);c(pn.$$.fragment,Ml),fm=n(Ml),Xr=r(Ml,"P",{"data-svelte-h":!0}),d(Xr)!=="svelte-10o6ut2"&&(Xr.textContent=kg),Ml.forEach(s),hm=n(_),Gr=r(_,"DIV",{class:!0});var wf=b(Gr);c(mn.$$.fragment,wf),wf.forEach(s),_.forEach(s),md=n(t),c(un.$$.fragment,t),ud=n(t),v=r(t,"DIV",{class:!0});var $=b(v);c(bn.$$.fragment,$),vm=n($),Jr=r($,"P",{"data-svelte-h":!0}),d(Jr)!=="svelte-1lginc7"&&(Jr.textContent=Lg),xm=n($),Yr=r($,"P",{"data-svelte-h":!0}),d(Yr)!=="svelte-1juetad"&&(Yr.innerHTML=Pg),ym=n($),Kr=r($,"UL",{"data-svelte-h":!0}),d(Kr)!=="svelte-12thqiq"&&(Kr.innerHTML=Eg),$m=n($),Zr=r($,"P",{"data-svelte-h":!0}),d(Zr)!=="svelte-y7sotr"&&(Zr.innerHTML=jg),_m=n($),Qr=r($,"P",{"data-svelte-h":!0}),d(Qr)!=="svelte-4lj9kj"&&(Qr.innerHTML=Vg),Tm=n($),es=r($,"P",{"data-svelte-h":!0}),d(es)!=="svelte-s87cux"&&(es.innerHTML=Fg),wm=n($),W=r($,"DIV",{class:!0});var Ks=b(W);c(gn.$$.fragment,Ks),Cm=n(Ks),ts=r(Ks,"P",{"data-svelte-h":!0}),d(ts)!=="svelte-1y2x2zy"&&(ts.textContent=Ag),Mm=n(Ks),as=r(Ks,"P",{"data-svelte-h":!0}),d(as)!=="svelte-ckn0y6"&&(as.innerHTML=Ng),Ks.forEach(s),Dm=n($),lt=r($,"DIV",{class:!0});var Dl=b(lt);c(fn.$$.fragment,Dl),Im=n(Dl),ns=r(Dl,"P",{"data-svelte-h":!0}),d(ns)!=="svelte-62d01b"&&(ns.textContent=qg),Dl.forEach(s),km=n($),ct=r($,"DIV",{class:!0});var Il=b(ct);c(hn.$$.fragment,Il),Lm=n(Il),os=r(Il,"P",{"data-svelte-h":!0}),d(os)!=="svelte-qsqv8k"&&(os.innerHTML=Hg),Il.forEach(s),Pm=n($),it=r($,"DIV",{class:!0});var kl=b(it);c(vn.$$.fragment,kl),Em=n(kl),rs=r(kl,"P",{"data-svelte-h":!0}),d(rs)!=="svelte-b5q6em"&&(rs.innerHTML=Sg),kl.forEach(s),jm=n($),pt=r($,"DIV",{class:!0});var Ll=b(pt);c(xn.$$.fragment,Ll),Vm=n(Ll),ss=r(Ll,"P",{"data-svelte-h":!0}),d(ss)!=="svelte-tnpwrs"&&(ss.textContent=zg),Ll.forEach(s),Fm=n($),ds=r($,"DIV",{class:!0});var Cf=b(ds);c(yn.$$.fragment,Cf),Cf.forEach(s),Am=n($),mt=r($,"DIV",{class:!0});var Pl=b(mt);c($n.$$.fragment,Pl),Nm=n(Pl),ls=r(Pl,"P",{"data-svelte-h":!0}),d(ls)!=="svelte-wuom4w"&&(ls.textContent=Ug),Pl.forEach(s),qm=n($),ut=r($,"DIV",{class:!0});var El=b(ut);c(_n.$$.fragment,El),Hm=n(El),cs=r(El,"P",{"data-svelte-h":!0}),d(cs)!=="svelte-15kfhrd"&&(cs.textContent=Rg),El.forEach(s),Sm=n($),bt=r($,"DIV",{class:!0});var jl=b(bt);c(Tn.$$.fragment,jl),zm=n(jl),is=r(jl,"P",{"data-svelte-h":!0}),d(is)!=="svelte-31bnu1"&&(is.textContent=Bg),jl.forEach(s),Um=n($),gt=r($,"DIV",{class:!0});var Vl=b(gt);c(wn.$$.fragment,Vl),Rm=n(Vl),ps=r(Vl,"P",{"data-svelte-h":!0}),d(ps)!=="svelte-ip69yt"&&(ps.textContent=Og),Vl.forEach(s),Bm=n($),ft=r($,"DIV",{class:!0});var Fl=b(ft);c(Cn.$$.fragment,Fl),Om=n(Fl),ms=r(Fl,"P",{"data-svelte-h":!0}),d(ms)!=="svelte-u5ak6c"&&(ms.textContent=Wg),Fl.forEach(s),Wm=n($),ht=r($,"DIV",{class:!0});var Al=b(ht);c(Mn.$$.fragment,Al),Xm=n(Al),us=r(Al,"P",{"data-svelte-h":!0}),d(us)!=="svelte-1856ccq"&&(us.textContent=Xg),Al.forEach(s),Gm=n($),X=r($,"DIV",{class:!0});var Zs=b(X);c(Dn.$$.fragment,Zs),Jm=n(Zs),bs=r(Zs,"P",{"data-svelte-h":!0}),d(bs)!=="svelte-ld2730"&&(bs.textContent=Gg),Ym=n(Zs),gs=r(Zs,"P",{"data-svelte-h":!0}),d(gs)!=="svelte-106eibf"&&(gs.textContent=Jg),Zs.forEach(s),Km=n($),vt=r($,"DIV",{class:!0});var Nl=b(vt);c(In.$$.fragment,Nl),Zm=n(Nl),fs=r(Nl,"P",{"data-svelte-h":!0}),d(fs)!=="svelte-17cnfg4"&&(fs.textContent=Yg),Nl.forEach(s),Qm=n($),xt=r($,"DIV",{class:!0});var ql=b(xt);c(kn.$$.fragment,ql),eu=n(ql),hs=r(ql,"P",{"data-svelte-h":!0}),d(hs)!=="svelte-66xmw"&&(hs.textContent=Kg),ql.forEach(s),tu=n($),yt=r($,"DIV",{class:!0});var Hl=b(yt);c(Ln.$$.fragment,Hl),au=n(Hl),vs=r(Hl,"P",{"data-svelte-h":!0}),d(vs)!=="svelte-17uczb9"&&(vs.textContent=Zg),Hl.forEach(s),nu=n($),$t=r($,"DIV",{class:!0});var Sl=b($t);c(Pn.$$.fragment,Sl),ou=n(Sl),xs=r(Sl,"P",{"data-svelte-h":!0}),d(xs)!=="svelte-rywqeu"&&(xs.textContent=Qg),Sl.forEach(s),ru=n($),_t=r($,"DIV",{class:!0});var zl=b(_t);c(En.$$.fragment,zl),su=n(zl),ys=r(zl,"P",{"data-svelte-h":!0}),d(ys)!=="svelte-1mw3qp9"&&(ys.innerHTML=ef),zl.forEach(s),du=n($),Tt=r($,"DIV",{class:!0});var Ul=b(Tt);c(jn.$$.fragment,Ul),lu=n(Ul),$s=r(Ul,"P",{"data-svelte-h":!0}),d($s)!=="svelte-u1ndw3"&&($s.textContent=tf),Ul.forEach(s),cu=n($),G=r($,"DIV",{class:!0});var Qs=b(G);c(Vn.$$.fragment,Qs),iu=n(Qs),_s=r(Qs,"P",{"data-svelte-h":!0}),d(_s)!=="svelte-1k8bx9d"&&(_s.textContent=af),pu=n(Qs),Ts=r(Qs,"P",{"data-svelte-h":!0}),d(Ts)!=="svelte-1ns8yy"&&(Ts.innerHTML=nf),Qs.forEach(s),mu=n($),wt=r($,"DIV",{class:!0});var Rl=b(wt);c(Fn.$$.fragment,Rl),uu=n(Rl),ws=r(Rl,"P",{"data-svelte-h":!0}),d(ws)!=="svelte-1ln9dp4"&&(ws.textContent=of),Rl.forEach(s),bu=n($),Ct=r($,"DIV",{class:!0});var Bl=b(Ct);c(An.$$.fragment,Bl),gu=n(Bl),Cs=r(Bl,"P",{"data-svelte-h":!0}),d(Cs)!=="svelte-rkioww"&&(Cs.innerHTML=rf),Bl.forEach(s),fu=n($),J=r($,"DIV",{class:!0});var ed=b(J);c(Nn.$$.fragment,ed),hu=n(ed),Ms=r(ed,"P",{"data-svelte-h":!0}),d(Ms)!=="svelte-1jj5n06"&&(Ms.textContent=sf),vu=n(ed),Ds=r(ed,"P",{"data-svelte-h":!0}),d(Ds)!=="svelte-jvel2s"&&(Ds.textContent=df),ed.forEach(s),xu=n($),Mt=r($,"DIV",{class:!0});var Ol=b(Mt);c(qn.$$.fragment,Ol),yu=n(Ol),Is=r(Ol,"P",{"data-svelte-h":!0}),d(Is)!=="svelte-1fpfws6"&&(Is.textContent=lf),Ol.forEach(s),$u=n($),Dt=r($,"DIV",{class:!0});var Wl=b(Dt);c(Hn.$$.fragment,Wl),_u=n(Wl),ks=r(Wl,"P",{"data-svelte-h":!0}),d(ks)!=="svelte-15ir3l4"&&(ks.textContent=cf),Wl.forEach(s),Tu=n($),It=r($,"DIV",{class:!0});var Xl=b(It);c(Sn.$$.fragment,Xl),wu=n(Xl),Ls=r(Xl,"P",{"data-svelte-h":!0}),d(Ls)!=="svelte-1xg7aaz"&&(Ls.textContent=pf),Xl.forEach(s),Cu=n($),kt=r($,"DIV",{class:!0});var Gl=b(kt);c(zn.$$.fragment,Gl),Mu=n(Gl),Ps=r(Gl,"P",{"data-svelte-h":!0}),d(Ps)!=="svelte-1kp5kv5"&&(Ps.textContent=mf),Gl.forEach(s),Du=n($),Y=r($,"DIV",{class:!0});var td=b(Y);c(Un.$$.fragment,td),Iu=n(td),Es=r(td,"P",{"data-svelte-h":!0}),d(Es)!=="svelte-q6qfth"&&(Es.textContent=uf),ku=n(td),js=r(td,"P",{"data-svelte-h":!0}),d(js)!=="svelte-w4xlrs"&&(js.textContent=bf),td.forEach(s),Lu=n($),Lt=r($,"DIV",{class:!0});var Jl=b(Lt);c(Rn.$$.fragment,Jl),Pu=n(Jl),Vs=r(Jl,"P",{"data-svelte-h":!0}),d(Vs)!=="svelte-10o6ut2"&&(Vs.textContent=gf),Jl.forEach(s),Eu=n($),Fs=r($,"DIV",{class:!0});var Mf=b(Fs);c(Bn.$$.fragment,Mf),Mf.forEach(s),ju=n($),Pt=r($,"DIV",{class:!0});var Yl=b(Pt);c(On.$$.fragment,Yl),Vu=n(Yl),As=r(Yl,"P",{"data-svelte-h":!0}),d(As)!=="svelte-jccnpb"&&(As.innerHTML=ff),Yl.forEach(s),$.forEach(s),bd=n(t),c(Wn.$$.fragment,t),gd=n(t),Z=r(t,"DIV",{class:!0});var Kl=b(Z);c(Xn.$$.fragment,Kl),Fu=n(Kl),Ns=r(Kl,"P",{"data-svelte-h":!0}),d(Ns)!=="svelte-163mglw"&&(Ns.textContent=hf),Kl.forEach(s),fd=n(t),Q=r(t,"DIV",{class:!0});var Zl=b(Q);c(Gn.$$.fragment,Zl),Au=n(Zl),qs=r(Zl,"P",{"data-svelte-h":!0}),d(qs)!=="svelte-vo2ke4"&&(qs.textContent=vf),Zl.forEach(s),hd=n(t),c(Jn.$$.fragment,t),vd=n(t),nd=r(t,"P",{}),b(nd).forEach(s),this.h()},h(){g(I,"name","hf:doc:metadata"),g(I,"content",Hf),g(V,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ee,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(te,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ae,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ne,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ro,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(oe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(re,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(se,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(de,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(le,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ce,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(F,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ie,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(pe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(T,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(A,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(me,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ue,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(be,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ge,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Do,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(fe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(he,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ve,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(xe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ye,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g($e,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(N,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(_e,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Te,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(we,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ce,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Me,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(De,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(q,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ie,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ke,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(H,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Le,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Pe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ee,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(je,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(S,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ve,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(tr,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ar,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(k,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ae,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ne,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(qe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(h,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(z,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(He,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Se,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ze,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ue,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(yr,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Re,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Be,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Oe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(We,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Xe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ge,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(U,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Je,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ye,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ke,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ze,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Qe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(et,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(R,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(tt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(at,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(B,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(nt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ot,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(rt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(st,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(O,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(dt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Gr,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(W,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(lt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ct,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(it,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(pt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ds,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(mt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ut,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(bt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(gt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ft,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(ht,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(X,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(vt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(xt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(yt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g($t,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(_t,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Tt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(G,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(wt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Ct,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(J,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Mt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Dt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(It,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(kt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Lt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Fs,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Pt,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(v,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Z,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),g(Q,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8")},m(t,C){e(document.head,I),M(t,Et,C),M(t,j,C),M(t,L,C),i(P,t,C),M(t,D,C),i(E,t,C),M(t,rd,C),M(t,jt,C),M(t,sd,C),i(Vt,t,C),M(t,dd,C),M(t,T,C),i(Ft,T,null),e(T,Ql),e(T,Yn),e(T,ec),e(T,Kn),e(T,tc),e(T,Zn),e(T,ac),e(T,V),i(At,V,null),e(V,nc),e(V,Qn),e(V,oc),e(V,eo),e(T,rc),e(T,ee),i(Nt,ee,null),e(ee,sc),e(ee,to),e(T,dc),e(T,te),i(qt,te,null),e(te,lc),e(te,ao),e(T,cc),e(T,ae),i(Ht,ae,null),e(ae,ic),e(ae,no),e(T,pc),e(T,ne),i(St,ne,null),e(ne,mc),e(ne,oo),e(T,uc),e(T,ro),i(zt,ro,null),e(T,bc),e(T,oe),i(Ut,oe,null),e(oe,gc),e(oe,so),e(T,fc),e(T,re),i(Rt,re,null),e(re,hc),e(re,lo),e(T,vc),e(T,se),i(Bt,se,null),e(se,xc),e(se,co),e(T,yc),e(T,de),i(Ot,de,null),e(de,$c),e(de,io),e(T,_c),e(T,le),i(Wt,le,null),e(le,Tc),e(le,po),e(T,wc),e(T,ce),i(Xt,ce,null),e(ce,Cc),e(ce,mo),e(T,Mc),e(T,F),i(Gt,F,null),e(F,Dc),e(F,uo),e(F,Ic),e(F,bo),e(T,kc),e(T,ie),i(Jt,ie,null),e(ie,Lc),e(ie,go),e(T,Pc),e(T,pe),i(Yt,pe,null),e(pe,Ec),e(pe,fo),M(t,ld,C),i(Kt,t,C),M(t,cd,C),M(t,h,C),i(Zt,h,null),e(h,jc),e(h,ho),e(h,Vc),e(h,vo),e(h,Fc),e(h,xo),e(h,Ac),e(h,yo),e(h,Nc),e(h,A),i(Qt,A,null),e(A,qc),e(A,$o),e(A,Hc),e(A,_o),e(h,Sc),e(h,me),i(ea,me,null),e(me,zc),e(me,To),e(h,Uc),e(h,ue),i(ta,ue,null),e(ue,Rc),e(ue,wo),e(h,Bc),e(h,be),i(aa,be,null),e(be,Oc),e(be,Co),e(h,Wc),e(h,ge),i(na,ge,null),e(ge,Xc),e(ge,Mo),e(h,Gc),e(h,Do),i(oa,Do,null),e(h,Jc),e(h,fe),i(ra,fe,null),e(fe,Yc),e(fe,Io),e(h,Kc),e(h,he),i(sa,he,null),e(he,Zc),e(he,ko),e(h,Qc),e(h,ve),i(da,ve,null),e(ve,ei),e(ve,Lo),e(h,ti),e(h,xe),i(la,xe,null),e(xe,ai),e(xe,Po),e(h,ni),e(h,ye),i(ca,ye,null),e(ye,oi),e(ye,Eo),e(h,ri),e(h,$e),i(ia,$e,null),e($e,si),e($e,jo),e(h,di),e(h,N),i(pa,N,null),e(N,li),e(N,Vo),e(N,ci),e(N,Fo),e(h,ii),e(h,_e),i(ma,_e,null),e(_e,pi),e(_e,Ao),e(h,mi),e(h,Te),i(ua,Te,null),e(Te,ui),e(Te,No),e(h,bi),e(h,we),i(ba,we,null),e(we,gi),e(we,qo),e(h,fi),e(h,Ce),i(ga,Ce,null),e(Ce,hi),e(Ce,Ho),e(h,vi),e(h,Me),i(fa,Me,null),e(Me,xi),e(Me,So),e(h,yi),e(h,De),i(ha,De,null),e(De,$i),e(De,zo),e(h,_i),e(h,q),i(va,q,null),e(q,Ti),e(q,Uo),e(q,wi),e(q,Ro),e(h,Ci),e(h,Ie),i(xa,Ie,null),e(Ie,Mi),e(Ie,Bo),e(h,Di),e(h,ke),i(ya,ke,null),e(ke,Ii),e(ke,Oo),e(h,ki),e(h,H),i($a,H,null),e(H,Li),e(H,Wo),e(H,Pi),e(H,Xo),e(h,Ei),e(h,Le),i(_a,Le,null),e(Le,ji),e(Le,Go),e(h,Vi),e(h,Pe),i(Ta,Pe,null),e(Pe,Fi),e(Pe,Jo),e(h,Ai),e(h,Ee),i(wa,Ee,null),e(Ee,Ni),e(Ee,Yo),e(h,qi),e(h,je),i(Ca,je,null),e(je,Hi),e(je,Ko),e(h,Si),e(h,S),i(Ma,S,null),e(S,zi),e(S,Zo),e(S,Ui),e(S,Qo),e(h,Ri),e(h,Ve),i(Da,Ve,null),e(Ve,Bi),e(Ve,er),e(h,Oi),e(h,tr),i(Ia,tr,null),e(h,Wi),e(h,ar),i(ka,ar,null),e(h,Xi),e(h,k),i(La,k,null),e(k,Gi),e(k,nr),e(k,Ji),e(k,or),e(k,Yi),e(k,rr),e(k,Ki),i(Fe,k,null),e(h,Zi),e(h,Ae),i(Pa,Ae,null),e(Ae,Qi),e(Ae,sr),e(h,ep),e(h,Ne),i(Ea,Ne,null),e(Ne,tp),e(Ne,dr),e(h,ap),e(h,qe),i(ja,qe,null),e(qe,np),e(qe,lr),M(t,id,C),i(Va,t,C),M(t,pd,C),M(t,y,C),i(Fa,y,null),e(y,op),e(y,cr),e(y,rp),e(y,ir),e(y,sp),e(y,pr),e(y,dp),e(y,mr),e(y,lp),e(y,ur),e(y,cp),e(y,z),i(Aa,z,null),e(z,ip),e(z,br),e(z,pp),e(z,gr),e(y,mp),e(y,He),i(Na,He,null),e(He,up),e(He,fr),e(y,bp),e(y,Se),i(qa,Se,null),e(Se,gp),e(Se,hr),e(y,fp),e(y,ze),i(Ha,ze,null),e(ze,hp),e(ze,vr),e(y,vp),e(y,Ue),i(Sa,Ue,null),e(Ue,xp),e(Ue,xr),e(y,yp),e(y,yr),i(za,yr,null),e(y,$p),e(y,Re),i(Ua,Re,null),e(Re,_p),e(Re,$r),e(y,Tp),e(y,Be),i(Ra,Be,null),e(Be,wp),e(Be,_r),e(y,Cp),e(y,Oe),i(Ba,Oe,null),e(Oe,Mp),e(Oe,Tr),e(y,Dp),e(y,We),i(Oa,We,null),e(We,Ip),e(We,wr),e(y,kp),e(y,Xe),i(Wa,Xe,null),e(Xe,Lp),e(Xe,Cr),e(y,Pp),e(y,Ge),i(Xa,Ge,null),e(Ge,Ep),e(Ge,Mr),e(y,jp),e(y,U),i(Ga,U,null),e(U,Vp),e(U,Dr),e(U,Fp),e(U,Ir),e(y,Ap),e(y,Je),i(Ja,Je,null),e(Je,Np),e(Je,kr),e(y,qp),e(y,Ye),i(Ya,Ye,null),e(Ye,Hp),e(Ye,Lr),e(y,Sp),e(y,Ke),i(Ka,Ke,null),e(Ke,zp),e(Ke,Pr),e(y,Up),e(y,Ze),i(Za,Ze,null),e(Ze,Rp),e(Ze,Er),e(y,Bp),e(y,Qe),i(Qa,Qe,null),e(Qe,Op),e(Qe,jr),e(y,Wp),e(y,et),i(en,et,null),e(et,Xp),e(et,Vr),e(y,Gp),e(y,R),i(tn,R,null),e(R,Jp),e(R,Fr),e(R,Yp),e(R,Ar),e(y,Kp),e(y,tt),i(an,tt,null),e(tt,Zp),e(tt,Nr),e(y,Qp),e(y,at),i(nn,at,null),e(at,em),e(at,qr),e(y,tm),e(y,B),i(on,B,null),e(B,am),e(B,Hr),e(B,nm),e(B,Sr),e(y,om),e(y,nt),i(rn,nt,null),e(nt,rm),e(nt,zr),e(y,sm),e(y,ot),i(sn,ot,null),e(ot,dm),e(ot,Ur),e(y,lm),e(y,rt),i(dn,rt,null),e(rt,cm),e(rt,Rr),e(y,im),e(y,st),i(ln,st,null),e(st,pm),e(st,Br),e(y,mm),e(y,O),i(cn,O,null),e(O,um),e(O,Or),e(O,bm),e(O,Wr),e(y,gm),e(y,dt),i(pn,dt,null),e(dt,fm),e(dt,Xr),e(y,hm),e(y,Gr),i(mn,Gr,null),M(t,md,C),i(un,t,C),M(t,ud,C),M(t,v,C),i(bn,v,null),e(v,vm),e(v,Jr),e(v,xm),e(v,Yr),e(v,ym),e(v,Kr),e(v,$m),e(v,Zr),e(v,_m),e(v,Qr),e(v,Tm),e(v,es),e(v,wm),e(v,W),i(gn,W,null),e(W,Cm),e(W,ts),e(W,Mm),e(W,as),e(v,Dm),e(v,lt),i(fn,lt,null),e(lt,Im),e(lt,ns),e(v,km),e(v,ct),i(hn,ct,null),e(ct,Lm),e(ct,os),e(v,Pm),e(v,it),i(vn,it,null),e(it,Em),e(it,rs),e(v,jm),e(v,pt),i(xn,pt,null),e(pt,Vm),e(pt,ss),e(v,Fm),e(v,ds),i(yn,ds,null),e(v,Am),e(v,mt),i($n,mt,null),e(mt,Nm),e(mt,ls),e(v,qm),e(v,ut),i(_n,ut,null),e(ut,Hm),e(ut,cs),e(v,Sm),e(v,bt),i(Tn,bt,null),e(bt,zm),e(bt,is),e(v,Um),e(v,gt),i(wn,gt,null),e(gt,Rm),e(gt,ps),e(v,Bm),e(v,ft),i(Cn,ft,null),e(ft,Om),e(ft,ms),e(v,Wm),e(v,ht),i(Mn,ht,null),e(ht,Xm),e(ht,us),e(v,Gm),e(v,X),i(Dn,X,null),e(X,Jm),e(X,bs),e(X,Ym),e(X,gs),e(v,Km),e(v,vt),i(In,vt,null),e(vt,Zm),e(vt,fs),e(v,Qm),e(v,xt),i(kn,xt,null),e(xt,eu),e(xt,hs),e(v,tu),e(v,yt),i(Ln,yt,null),e(yt,au),e(yt,vs),e(v,nu),e(v,$t),i(Pn,$t,null),e($t,ou),e($t,xs),e(v,ru),e(v,_t),i(En,_t,null),e(_t,su),e(_t,ys),e(v,du),e(v,Tt),i(jn,Tt,null),e(Tt,lu),e(Tt,$s),e(v,cu),e(v,G),i(Vn,G,null),e(G,iu),e(G,_s),e(G,pu),e(G,Ts),e(v,mu),e(v,wt),i(Fn,wt,null),e(wt,uu),e(wt,ws),e(v,bu),e(v,Ct),i(An,Ct,null),e(Ct,gu),e(Ct,Cs),e(v,fu),e(v,J),i(Nn,J,null),e(J,hu),e(J,Ms),e(J,vu),e(J,Ds),e(v,xu),e(v,Mt),i(qn,Mt,null),e(Mt,yu),e(Mt,Is),e(v,$u),e(v,Dt),i(Hn,Dt,null),e(Dt,_u),e(Dt,ks),e(v,Tu),e(v,It),i(Sn,It,null),e(It,wu),e(It,Ls),e(v,Cu),e(v,kt),i(zn,kt,null),e(kt,Mu),e(kt,Ps),e(v,Du),e(v,Y),i(Un,Y,null),e(Y,Iu),e(Y,Es),e(Y,ku),e(Y,js),e(v,Lu),e(v,Lt),i(Rn,Lt,null),e(Lt,Pu),e(Lt,Vs),e(v,Eu),e(v,Fs),i(Bn,Fs,null),e(v,ju),e(v,Pt),i(On,Pt,null),e(Pt,Vu),e(Pt,As),M(t,bd,C),i(Wn,t,C),M(t,gd,C),M(t,Z,C),i(Xn,Z,null),e(Z,Fu),e(Z,Ns),M(t,fd,C),M(t,Q,C),i(Gn,Q,null),e(Q,Au),e(Q,qs),M(t,hd,C),i(Jn,t,C),M(t,vd,C),M(t,nd,C),xd=!0},p(t,[C]){const w={};C&2&&(w.$$scope={dirty:C,ctx:t}),Fe.$set(w)},i(t){xd||(p(P.$$.fragment,t),p(E.$$.fragment,t),p(Vt.$$.fragment,t),p(Ft.$$.fragment,t),p(At.$$.fragment,t),p(Nt.$$.fragment,t),p(qt.$$.fragment,t),p(Ht.$$.fragment,t),p(St.$$.fragment,t),p(zt.$$.fragment,t),p(Ut.$$.fragment,t),p(Rt.$$.fragment,t),p(Bt.$$.fragment,t),p(Ot.$$.fragment,t),p(Wt.$$.fragment,t),p(Xt.$$.fragment,t),p(Gt.$$.fragment,t),p(Jt.$$.fragment,t),p(Yt.$$.fragment,t),p(Kt.$$.fragment,t),p(Zt.$$.fragment,t),p(Qt.$$.fragment,t),p(ea.$$.fragment,t),p(ta.$$.fragment,t),p(aa.$$.fragment,t),p(na.$$.fragment,t),p(oa.$$.fragment,t),p(ra.$$.fragment,t),p(sa.$$.fragment,t),p(da.$$.fragment,t),p(la.$$.fragment,t),p(ca.$$.fragment,t),p(ia.$$.fragment,t),p(pa.$$.fragment,t),p(ma.$$.fragment,t),p(ua.$$.fragment,t),p(ba.$$.fragment,t),p(ga.$$.fragment,t),p(fa.$$.fragment,t),p(ha.$$.fragment,t),p(va.$$.fragment,t),p(xa.$$.fragment,t),p(ya.$$.fragment,t),p($a.$$.fragment,t),p(_a.$$.fragment,t),p(Ta.$$.fragment,t),p(wa.$$.fragment,t),p(Ca.$$.fragment,t),p(Ma.$$.fragment,t),p(Da.$$.fragment,t),p(Ia.$$.fragment,t),p(ka.$$.fragment,t),p(La.$$.fragment,t),p(Fe.$$.fragment,t),p(Pa.$$.fragment,t),p(Ea.$$.fragment,t),p(ja.$$.fragment,t),p(Va.$$.fragment,t),p(Fa.$$.fragment,t),p(Aa.$$.fragment,t),p(Na.$$.fragment,t),p(qa.$$.fragment,t),p(Ha.$$.fragment,t),p(Sa.$$.fragment,t),p(za.$$.fragment,t),p(Ua.$$.fragment,t),p(Ra.$$.fragment,t),p(Ba.$$.fragment,t),p(Oa.$$.fragment,t),p(Wa.$$.fragment,t),p(Xa.$$.fragment,t),p(Ga.$$.fragment,t),p(Ja.$$.fragment,t),p(Ya.$$.fragment,t),p(Ka.$$.fragment,t),p(Za.$$.fragment,t),p(Qa.$$.fragment,t),p(en.$$.fragment,t),p(tn.$$.fragment,t),p(an.$$.fragment,t),p(nn.$$.fragment,t),p(on.$$.fragment,t),p(rn.$$.fragment,t),p(sn.$$.fragment,t),p(dn.$$.fragment,t),p(ln.$$.fragment,t),p(cn.$$.fragment,t),p(pn.$$.fragment,t),p(mn.$$.fragment,t),p(un.$$.fragment,t),p(bn.$$.fragment,t),p(gn.$$.fragment,t),p(fn.$$.fragment,t),p(hn.$$.fragment,t),p(vn.$$.fragment,t),p(xn.$$.fragment,t),p(yn.$$.fragment,t),p($n.$$.fragment,t),p(_n.$$.fragment,t),p(Tn.$$.fragment,t),p(wn.$$.fragment,t),p(Cn.$$.fragment,t),p(Mn.$$.fragment,t),p(Dn.$$.fragment,t),p(In.$$.fragment,t),p(kn.$$.fragment,t),p(Ln.$$.fragment,t),p(Pn.$$.fragment,t),p(En.$$.fragment,t),p(jn.$$.fragment,t),p(Vn.$$.fragment,t),p(Fn.$$.fragment,t),p(An.$$.fragment,t),p(Nn.$$.fragment,t),p(qn.$$.fragment,t),p(Hn.$$.fragment,t),p(Sn.$$.fragment,t),p(zn.$$.fragment,t),p(Un.$$.fragment,t),p(Rn.$$.fragment,t),p(Bn.$$.fragment,t),p(On.$$.fragment,t),p(Wn.$$.fragment,t),p(Xn.$$.fragment,t),p(Gn.$$.fragment,t),p(Jn.$$.fragment,t),xd=!0)},o(t){m(P.$$.fragment,t),m(E.$$.fragment,t),m(Vt.$$.fragment,t),m(Ft.$$.fragment,t),m(At.$$.fragment,t),m(Nt.$$.fragment,t),m(qt.$$.fragment,t),m(Ht.$$.fragment,t),m(St.$$.fragment,t),m(zt.$$.fragment,t),m(Ut.$$.fragment,t),m(Rt.$$.fragment,t),m(Bt.$$.fragment,t),m(Ot.$$.fragment,t),m(Wt.$$.fragment,t),m(Xt.$$.fragment,t),m(Gt.$$.fragment,t),m(Jt.$$.fragment,t),m(Yt.$$.fragment,t),m(Kt.$$.fragment,t),m(Zt.$$.fragment,t),m(Qt.$$.fragment,t),m(ea.$$.fragment,t),m(ta.$$.fragment,t),m(aa.$$.fragment,t),m(na.$$.fragment,t),m(oa.$$.fragment,t),m(ra.$$.fragment,t),m(sa.$$.fragment,t),m(da.$$.fragment,t),m(la.$$.fragment,t),m(ca.$$.fragment,t),m(ia.$$.fragment,t),m(pa.$$.fragment,t),m(ma.$$.fragment,t),m(ua.$$.fragment,t),m(ba.$$.fragment,t),m(ga.$$.fragment,t),m(fa.$$.fragment,t),m(ha.$$.fragment,t),m(va.$$.fragment,t),m(xa.$$.fragment,t),m(ya.$$.fragment,t),m($a.$$.fragment,t),m(_a.$$.fragment,t),m(Ta.$$.fragment,t),m(wa.$$.fragment,t),m(Ca.$$.fragment,t),m(Ma.$$.fragment,t),m(Da.$$.fragment,t),m(Ia.$$.fragment,t),m(ka.$$.fragment,t),m(La.$$.fragment,t),m(Fe.$$.fragment,t),m(Pa.$$.fragment,t),m(Ea.$$.fragment,t),m(ja.$$.fragment,t),m(Va.$$.fragment,t),m(Fa.$$.fragment,t),m(Aa.$$.fragment,t),m(Na.$$.fragment,t),m(qa.$$.fragment,t),m(Ha.$$.fragment,t),m(Sa.$$.fragment,t),m(za.$$.fragment,t),m(Ua.$$.fragment,t),m(Ra.$$.fragment,t),m(Ba.$$.fragment,t),m(Oa.$$.fragment,t),m(Wa.$$.fragment,t),m(Xa.$$.fragment,t),m(Ga.$$.fragment,t),m(Ja.$$.fragment,t),m(Ya.$$.fragment,t),m(Ka.$$.fragment,t),m(Za.$$.fragment,t),m(Qa.$$.fragment,t),m(en.$$.fragment,t),m(tn.$$.fragment,t),m(an.$$.fragment,t),m(nn.$$.fragment,t),m(on.$$.fragment,t),m(rn.$$.fragment,t),m(sn.$$.fragment,t),m(dn.$$.fragment,t),m(ln.$$.fragment,t),m(cn.$$.fragment,t),m(pn.$$.fragment,t),m(mn.$$.fragment,t),m(un.$$.fragment,t),m(bn.$$.fragment,t),m(gn.$$.fragment,t),m(fn.$$.fragment,t),m(hn.$$.fragment,t),m(vn.$$.fragment,t),m(xn.$$.fragment,t),m(yn.$$.fragment,t),m($n.$$.fragment,t),m(_n.$$.fragment,t),m(Tn.$$.fragment,t),m(wn.$$.fragment,t),m(Cn.$$.fragment,t),m(Mn.$$.fragment,t),m(Dn.$$.fragment,t),m(In.$$.fragment,t),m(kn.$$.fragment,t),m(Ln.$$.fragment,t),m(Pn.$$.fragment,t),m(En.$$.fragment,t),m(jn.$$.fragment,t),m(Vn.$$.fragment,t),m(Fn.$$.fragment,t),m(An.$$.fragment,t),m(Nn.$$.fragment,t),m(qn.$$.fragment,t),m(Hn.$$.fragment,t),m(Sn.$$.fragment,t),m(zn.$$.fragment,t),m(Un.$$.fragment,t),m(Rn.$$.fragment,t),m(Bn.$$.fragment,t),m(On.$$.fragment,t),m(Wn.$$.fragment,t),m(Xn.$$.fragment,t),m(Gn.$$.fragment,t),m(Jn.$$.fragment,t),xd=!1},d(t){t&&(s(Et),s(j),s(L),s(D),s(rd),s(jt),s(sd),s(dd),s(T),s(ld),s(cd),s(h),s(id),s(pd),s(y),s(md),s(ud),s(v),s(bd),s(gd),s(Z),s(fd),s(Q),s(hd),s(vd),s(nd)),s(I),u(P,t),u(E,t),u(Vt,t),u(Ft),u(At),u(Nt),u(qt),u(Ht),u(St),u(zt),u(Ut),u(Rt),u(Bt),u(Ot),u(Wt),u(Xt),u(Gt),u(Jt),u(Yt),u(Kt,t),u(Zt),u(Qt),u(ea),u(ta),u(aa),u(na),u(oa),u(ra),u(sa),u(da),u(la),u(ca),u(ia),u(pa),u(ma),u(ua),u(ba),u(ga),u(fa),u(ha),u(va),u(xa),u(ya),u($a),u(_a),u(Ta),u(wa),u(Ca),u(Ma),u(Da),u(Ia),u(ka),u(La),u(Fe),u(Pa),u(Ea),u(ja),u(Va,t),u(Fa),u(Aa),u(Na),u(qa),u(Ha),u(Sa),u(za),u(Ua),u(Ra),u(Ba),u(Oa),u(Wa),u(Xa),u(Ga),u(Ja),u(Ya),u(Ka),u(Za),u(Qa),u(en),u(tn),u(an),u(nn),u(on),u(rn),u(sn),u(dn),u(ln),u(cn),u(pn),u(mn),u(un,t),u(bn),u(gn),u(fn),u(hn),u(vn),u(xn),u(yn),u($n),u(_n),u(Tn),u(wn),u(Cn),u(Mn),u(Dn),u(In),u(kn),u(Ln),u(Pn),u(En),u(jn),u(Vn),u(Fn),u(An),u(Nn),u(qn),u(Hn),u(Sn),u(zn),u(Un),u(Rn),u(Bn),u(On),u(Wn,t),u(Xn),u(Gn),u(Jn,t)}}}const Hf='{"title":"Table Classes","local":"table-classes","sections":[{"title":"Table","local":"datasets.table.Table","sections":[],"depth":2},{"title":"InMemoryTable","local":"datasets.table.InMemoryTable","sections":[],"depth":2},{"title":"MemoryMappedTable","local":"datasets.table.MemoryMappedTable","sections":[],"depth":2},{"title":"ConcatenationTable","local":"datasets.table.ConcatenationTable","sections":[],"depth":2},{"title":"Utils","local":"datasets.table.concat_tables","sections":[],"depth":2}],"depth":1}';function Sf(od){return If(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class Xf extends Lf{constructor(I){super(),Pf(this,I,Sf,qf,Df,{})}}export{Xf as component};

Xet Storage Details

Size:
163 kB
·
Xet hash:
9ee11f7cd3ecdda79ef6ae8f75692fe1e7404f9e074db79d1c70bbd6b091118e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.