hyb
2026-01-30 44480e71b27aa9d4cb8441f50c873f1b110e9691
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
Ë
nñúhzšãóê—dZddlmZddlmZddlZddlZddlmZddlm    Z    m
Z
m Z ddl Z ddl mZddlmZdd    lmZmZdd
lmZdd lmZdd lmZdd lmZddlmZddlmZddl m!Z!ddl"m#Z#ddl$m%Z%ddl&m'Z'm(Z(m)Z)m*Z*m+Z+m,Z,m-Z-ddl.m/Z/ddl0m1Z1e    rddl2m3Z3m4Z4ddl5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;ddlm<Z<ejzd«Z>e>fd6d„Z?d7d„Z@                                d8d„ZAGd„d«ZBGd „d!eB«ZCd9d"„ZDd#d$iZEGd%„d&eB«ZFd:d'„ZGd(„ZHeFeFeCeCd)œZId;d*„ZJd9d+„ZKd,„ZLd-„ZMee%d¬.«d/dddddd0d1dd2ddd3d3dejœdd4œ                                                                                                                                                    d<d5„«ZOy)=zW
:mod:`pandas.io.html` is a module containing functionality for dealing with
HTML IO.
 
é)Ú annotations)ÚabcN)ÚPattern)Ú TYPE_CHECKINGÚLiteralÚcast)Úlib)Úimport_optional_dependency)ÚAbstractMethodErrorÚEmptyDataError)Údoc)Úfind_stack_level)Úcheck_dtype_backend)Ú is_list_like©Úisna)ÚIndex)Ú
MultiIndex)ÚSeries)Ú _shared_docs)Ú file_existsÚ
get_handleÚ is_file_likeÚ is_fsspec_urlÚis_urlÚstringify_pathÚvalidate_header_arg)Ú pprint_thing)Ú
TextParser)ÚIterableÚSequence)Ú
BaseBufferÚ DtypeBackendÚFilePathÚ HTMLFlavorsÚ
ReadBufferÚStorageOptions)Ú    DataFramez[\r\n]+|\s{2,}cóB—|jd|j««S)aŠ
    Replace extra whitespace inside of a string with a single space.
 
    Parameters
    ----------
    s : str or unicode
        The string from which to remove extra whitespace.
    regex : re.Pattern
        The regular expression to use to remove extra whitespace.
 
    Returns
    -------
    subd : str or unicode
        `s` with all extra whitespace replaced with a single space.
    ú )ÚsubÚstrip)ÚsÚregexs  úAH:\Change_password\venv_build\Lib\site-packages\pandas/io/html.pyÚ_remove_whitespacer0Is€ð  9‰9S˜!Ÿ'™'›)Ó $Ð$ócóL—t|t«r@|jxsd|jxsd}}t    t ||j |««St|tj«s t|«r td|«S|€ytt|«j›d«‚)aŽ
    Get an iterator given an integer, slice or container.
 
    Parameters
    ----------
    skiprows : int, slice, container
        The iterator to use to skip rows; can also be a slice.
 
    Raises
    ------
    TypeError
        * If `skiprows` is not a slice, integer, or Container
 
    Returns
    -------
    it : iterable
        A proper iterator to use to skip rows of a DataFrame.
    réúint | Sequence[int]z& is not a valid type for skipping rows)Ú
isinstanceÚsliceÚstartÚstepÚlistÚrangeÚstopÚnumbersÚIntegralrrÚ    TypeErrorÚtypeÚ__name__)Úskiprowsr7r8s   r/Ú _get_skiprowsrB\s€ô&(œEÔ"Ø—n‘nÒ)¨¨8¯=©=Ò+=¸AˆtˆÜ”E˜% §¡°Ó5Ó6Ð6Ü    Hœg×.Ñ.Ô    /´<ÀÔ3IÜÐ)¨8Ó4Ð4Ø    Р   ØÜ
”t˜H“~×.Ñ.Ð/Ð/UÐVÓ
WÐWr1Ústorage_optionscó`—t|«s't|d«st|t«r?t    |«r4t |d||¬«5}|j j«}ddd«|St|ttf«r|}|Stdt|«j›d«‚#1swYSxYw)zµ
    Try to read from a url, file or string.
 
    Parameters
    ----------
    obj : str, unicode, path object, or file-like object
 
    Returns
    -------
    raw_text : str
    ÚreadÚr)ÚencodingrCNzCannot read object of type 'ú') rÚhasattrr5ÚstrrrÚhandlerEÚbytesr>r?r@)ÚobjrGrCÚhandlesÚtexts     r/Ú_readrPys¨€ô$    ˆsŒ Ü 3˜Ô Ü sœCÔ  ¤[°Ô%5ä Ø ˜x¸ô
ð    )à Ø—>‘>×&Ñ&Ó(ˆD÷    )ð €Kô    
Cœ#œu˜Ô    &؈ð €KôÐ6´t¸C³y×7IÑ7IÐ6JÈ!ÐLÓMÐM÷    )ð €Kús ÁB#Â#B-cóš—eZdZdZ    d                                                            dd„Zd„Zd„Zdd„Zd„Zd„Z    d    „Z
d
„Z d „Z d „Z dd „Zd„Zd„Z        dd„Zdd„Zy)Ú_HtmlFrameParseraZ
    Base class for parsers that parse HTML into DataFrames.
 
    Parameters
    ----------
    io : str or file-like
        This can be either a string of raw HTML, a valid URL using the HTTP,
        FTP, or FILE protocols or a file-like object.
 
    match : str or regex
        The text to match in the document.
 
    attrs : dict
        List of HTML <table> element attributes to match.
 
    encoding : str
        Encoding to be used by parser
 
    displayed_only : bool
        Whether or not items with "display:none" should be ignored
 
    extract_links : {None, "all", "header", "body", "footer"}
        Table elements in the specified section(s) with <a> tags will have their
        href extracted.
 
        .. versionadded:: 1.5.0
 
    Attributes
    ----------
    io : str or file-like
        raw HTML, URL, or file-like object
 
    match : regex
        The text to match in the raw HTML
 
    attrs : dict-like
        A dictionary of valid table attributes to use to search for table
        elements.
 
    encoding : str
        Encoding to be used by parser
 
    displayed_only : bool
        Whether or not items with "display:none" should be ignored
 
    extract_links : {None, "all", "header", "body", "footer"}
        Table elements in the specified section(s) with <a> tags will have their
        href extracted.
 
        .. versionadded:: 1.5.0
 
    Notes
    -----
    To subclass this class effectively you must override the following methods:
        * :func:`_build_doc`
        * :func:`_attr_getter`
        * :func:`_href_getter`
        * :func:`_text_getter`
        * :func:`_parse_td`
        * :func:`_parse_thead_tr`
        * :func:`_parse_tbody_tr`
        * :func:`_parse_tfoot_tr`
        * :func:`_parse_tables`
        * :func:`_equals_tag`
    See each method's respective documentation for details on their
    functionality.
    Ncóf—||_||_||_||_||_||_||_y©N)ÚioÚmatchÚattrsrGÚdisplayed_onlyÚ extract_linksrC)ÚselfrUrVrWrGrXrYrCs        r/Ú__init__z_HtmlFrameParser.__init__ßs8€ðˆŒØˆŒ
؈Œ
Ø ˆŒ Ø,ˆÔØ*ˆÔØ.ˆÕr1c󄇗‰j‰j«‰j‰j«}ˆfd„|D«S)zž
        Parse and return all tables from the DOM.
 
        Returns
        -------
        list of parsed (header, body, footer) tuples from tables.
        c3ó@•K—|]}‰j|«–—Œy­wrT)Ú_parse_thead_tbody_tfoot)Ú.0ÚtablerZs  €r/ú    <genexpr>z0_HtmlFrameParser.parse_tables.<locals>.<genexpr>úsøèø€ÒI¸×-Ñ-¨e×4ÑIùsƒ)Ú _parse_tablesÚ
_build_docrVrW)rZÚtabless` r/Ú parse_tablesz_HtmlFrameParser.parse_tablesñs3ø€ð×#Ñ# D§O¡OÓ$5°t·z±zÀ4Ç:Á:ÓNˆÛIÀ&ÔIÐIr1có$—|j|«S)aC
        Return the attribute value of an individual DOM node.
 
        Parameters
        ----------
        obj : node-like
            A DOM node.
 
        attr : str or unicode
            The attribute, such as "colspan"
 
        Returns
        -------
        str or unicode
            The attribute value.
        )Úget)rZrMÚattrs   r/Ú _attr_getterz_HtmlFrameParser._attr_getterüs€ð$w‰wt‹}Ðr1có—t|«‚)a
        Return a href if the DOM node contains a child <a> or None.
 
        Parameters
        ----------
        obj : node-like
            A DOM node.
 
        Returns
        -------
        href : str or unicode
            The href from the <a> child of the DOM node.
        ©r ©rZrMs  r/Ú _href_getterz_HtmlFrameParser._href_getteró€ô" $Ó'Ð'r1có—t|«‚)a
        Return the text of an individual DOM node.
 
        Parameters
        ----------
        obj : node-like
            A DOM node.
 
        Returns
        -------
        text : str or unicode
            The text from an individual DOM node.
        rkrls  r/Ú _text_getterz_HtmlFrameParser._text_getter rnr1có—t|«‚)a
        Return the td elements from a row element.
 
        Parameters
        ----------
        obj : node-like
            A DOM <tr> node.
 
        Returns
        -------
        list of node-like
            These are the elements of each row, i.e., the columns.
        rkrls  r/Ú    _parse_tdz_HtmlFrameParser._parse_td0rnr1có—t|«‚)a;
        Return the list of thead row elements from the parsed table element.
 
        Parameters
        ----------
        table : a table element that contains zero or more thead elements.
 
        Returns
        -------
        list of node-like
            These are the <tr> row elements of a table.
        rk©rZr`s  r/Ú_parse_thead_trz _HtmlFrameParser._parse_thead_tr@ó€ô" $Ó'Ð'r1có—t|«‚)aì
        Return the list of tbody row elements from the parsed table element.
 
        HTML5 table bodies consist of either 0 or more <tbody> elements (which
        only contain <tr> elements) or 0 or more <tr> elements. This method
        checks for both structures.
 
        Parameters
        ----------
        table : a table element that contains row elements.
 
        Returns
        -------
        list of node-like
            These are the <tr> row elements of a table.
        rkrts  r/Ú_parse_tbody_trz _HtmlFrameParser._parse_tbody_trOó€ô"" $Ó'Ð'r1có—t|«‚)a,
        Return the list of tfoot row elements from the parsed table element.
 
        Parameters
        ----------
        table : a table element that contains row elements.
 
        Returns
        -------
        list of node-like
            These are the <tr> row elements of a table.
        rkrts  r/Ú_parse_tfoot_trz _HtmlFrameParser._parse_tfoot_trbrvr1có—t|«‚)ai
        Return all tables from the parsed DOM.
 
        Parameters
        ----------
        document : the DOM from which to parse the table element.
 
        match : str or regular expression
            The text to search for in the DOM tree.
 
        attrs : dict
            A dictionary of table attributes that can be used to disambiguate
            multiple tables on a page.
 
        Raises
        ------
        ValueError : `match` does not match any text in the document.
 
        Returns
        -------
        list of node-like
            HTML <table> elements to be parsed into raw data.
        rk)rZÚdocumentrVrWs    r/rbz_HtmlFrameParser._parse_tablesqs€ô0" $Ó'Ð'r1có—t|«‚)a?
        Return whether an individual DOM node matches a tag
 
        Parameters
        ----------
        obj : node-like
            A DOM node.
 
        tag : str
            Tag name to be checked for equality.
 
        Returns
        -------
        boolean
            Whether `obj`'s tag name is `tag`
        rk©rZrMÚtags   r/Ú _equals_tagz_HtmlFrameParser._equals_tag‹ryr1có—t|«‚)zÃ
        Return a tree-like object that can be used to iterate over the DOM.
 
        Returns
        -------
        node-like
            The DOM from which to parse the table element.
        rk)rZs r/rcz_HtmlFrameParser._build_docžs€ô" $Ó'Ð'r1cój‡—‰j|«}‰j|«}‰j|«}ˆfd„}|s;|r9||d«r.|j|j    d««|r ||d«rŒ.‰j |d¬«}‰j |d¬«}‰j |d¬«}|||fS)a 
        Given a table, return parsed header, body, and foot.
 
        Parameters
        ----------
        table_html : node-like
 
        Returns
        -------
        tuple of (header, body, footer), each a list of list-of-text rows.
 
        Notes
        -----
        Header and body are lists-of-lists. Top level list is a list of
        rows. Each row is a list of str text.
 
        Logic: Use <thead>, <tbody>, <tfoot> elements to identify
               header, body, and footer, otherwise:
               - Put all rows into body
               - Move rows from top of body to header only if
                 all elements inside row are <th>
               - Move rows from bottom of body to footer only if
                 all elements inside row are <th>
        cóJ•—tˆfd„‰j|«D««S)Nc3óB•K—|]}‰j|d«–—Œy­w)ÚthN)r)r_ÚtrZs  €r/razS_HtmlFrameParser._parse_thead_tbody_tfoot.<locals>.row_is_all_th.<locals>.<genexpr>Çsøèø€ÒN°Qt×'Ñ'¨¨4×0ÑNùsƒ)Úallrr)ÚrowrZs €r/Ú row_is_all_thz@_HtmlFrameParser._parse_thead_tbody_tfoot.<locals>.row_is_all_thÆsø€ÜÓN¸$¿.¹.ÈÓ:MÔNÓNÐ Nr1rÚheader)ÚsectionÚbodyÚfooter)rurxr{ÚappendÚpopÚ_expand_colspan_rowspan)    rZÚ
table_htmlÚ header_rowsÚ    body_rowsÚ footer_rowsrŠr‹rrŽs    `        r/r^z)_HtmlFrameParser._parse_thead_tbody_tfoot©sÅø€ð2×*Ñ*¨:Ó6ˆ Ø×(Ñ(¨Ó4ˆ    Ø×*Ñ*¨:Ó6ˆ ô    Oññ¡ ¨i¸©lÔ ;Ø×"Ñ" 9§=¡=°Ó#3Ô4ñ¡ ¨i¸©lÕ ;ð×-Ñ-¨kÀ8Ð-ÓLˆØ×+Ñ+¨I¸vÐ+ÓFˆØ×-Ñ-¨kÀ8Ð-ÓLˆàt˜VÐ#Ð#r1c    óä—g}g}|D]}g}g}d}|j|«}    |    D]$}
|r`|dd|krU|jd«\} } } |j| «| dkDr|j| | | dz
f«|dz }|r |dd|krŒUt|j    |
««}|j
d|fvr|j |
«}||f}t|j|
d«xsd«}t|j|
d«xsd«}t|«D]4}|j|«|dkDr|j|||dz
f«|dz }Œ6Œ'|D]4\} } } |j| «| dkDsŒ|j| | | dz
f«Œ6|j|«|}Œ“|rSg}g}|D]4\} } } |j| «| dkDsŒ|j| | | dz
f«Œ6|j|«|}|rŒS|S)a*
        Given a list of <tr>s, return a list of text rows.
 
        Parameters
        ----------
        rows : list of node-like
            List of <tr>s
        section : the section that the rows belong to (header, body or footer).
 
        Returns
        -------
        list of list
            Each returned row is a list of str text, or tuple (text, link)
            if extract_links is not None.
 
        Notes
        -----
        Any cell with ``rowspan`` or ``colspan`` will have its contents copied
        to subsequent cells.
        rr3rˆÚrowspanÚcolspan)
rrrrr0rprYrmÚintrir:)rZÚrowsrŒÚ    all_textsÚ    remainderÚtrÚtextsÚnext_remainderÚindexÚtdsÚtdÚprev_iÚ    prev_textÚ prev_rowspanrOÚhrefr—r˜Ú_s                   r/r‘z(_HtmlFrameParser._expand_colspan_rowspanÖs^€ð.ˆ    ð ð    ðó%    'ˆB؈E؈NàˆEØ—.‘. Ó$ˆCØó ñ  I¨a¡L°¡O°uÒ$<Ø6?·m±mÀAÓ6FÑ3F˜I |Ø—L‘L Ô+Ø# aÒ'Ø&×-Ñ-¨v°yÀ,ÐQRÑBRÐ.SÔTؘQ‘JEñ   I¨a¡L°¡O°uÓ$<ô*¨$×*;Ñ*;¸BÓ*?Ó@Ø×%Ñ%¨%°Ð)9Ñ9Ø×,Ñ,¨RÓ0DØ  $˜<Dܘd×/Ñ/°°IÓ>ÒCÀ!ÓDÜ˜d×/Ñ/°°IÓ>ÒCÀ!ÓDä˜w›òAØ—L‘L Ô&Ø ’{Ø&×-Ñ-¨u°d¸GÀa¹KÐ.HÔIؘQ‘J‘Eò    ð% ð24=ò QÑ/˜     <Ø— ‘ ˜YÔ'Ø !Ó#Ø"×)Ñ)¨6°9¸lÈQÑ>NÐ*OÕPð Qð
× Ñ ˜UÔ #Ø&ŠIðK%    'ñR؈N؈EØ3<ò QÑ/˜     <Ø— ‘ ˜YÔ'Ø !Ó#Ø"×)Ñ)¨6°9¸lÈQÑ>NÐ*OÕPð Qð × Ñ ˜UÔ #Ø&ˆIòðÐr1có¤—|js|S|Dcgc]2}dt||«jdd«jdd«vr|‘Œ4c}Scc}w)až
        Return list of tables, potentially removing hidden elements
 
        Parameters
        ----------
        tbl_list : list of node-like
            Type of list elements will vary depending upon parser used
        attr_name : str
            Name of the accessor for retrieving HTML attributes
 
        Returns
        -------
        list of node-like
            Return type matches `tbl_list`
        ú display:noneÚstyleÚr*)rXÚgetattrrgÚreplace)rZÚtbl_listÚ    attr_nameÚxs    r/Ú_handle_hidden_tablesz&_HtmlFrameParser._handle_hidden_tables(sa€ð ×"Ò"؈Oðö
àØÜ˜1˜iÓ(×,Ñ,¨W°bÓ9×AÑAÀ#ÀrÓJñKò ò
ð    
ùò
s“7A rT)rUz.FilePath | ReadBuffer[str] | ReadBuffer[bytes]rVú str | PatternrWúdict[str, str] | NonerGrJrXÚboolrYú0Literal[None, 'header', 'footer', 'body', 'all']rCr'ÚreturnÚNone©r¶ú
str | None©r¶r´)rŒz#Literal['header', 'footer', 'body'])r¯rJ)r@Ú
__module__Ú __qualname__Ú__doc__r[rerirmrprrrurxr{rbrrcr^r‘r±©r1r/rRrRšsµ„ñBðX+/ð/à :ð/ðð/ð%ð    /ð
ð /ð ð /ðHð/ð(ð/ð
ó/ò$    Jòó((ò (ò (ò  (ò(ò& (ò(ó4(ò&    (ò+$ðZPØ@óPôd
r1rRcóP—eZdZdZd„Zd d„Zd„Zdd„Zd„Zd„Z    d„Z
d    „Z d
„Z d „Z y )Ú!_BeautifulSoupHtml5LibFrameParsera/
    HTML to DataFrame parser that uses BeautifulSoup under the hood.
 
    See Also
    --------
    pandas.io.html._HtmlFrameParser
    pandas.io.html._LxmlFrameParser
 
    Notes
    -----
    Documentation strings for this class are in the base class
    :class:`pandas.io.html._HtmlFrameParser`.
    có"—d}|j||¬«}|s td«‚g}t«}|j|d«}|D]¦}|jr`|jd«D]}    |    j «Œ|jt jd«¬«D]}    |    j «Œ||vr#|j|¬«|j|«|j|«Œ¨|s!td    t|j«›«‚|S)
Nr`)rWzNo tables foundrWrªzdisplay:\s*none)rª)Ústringz!No tables found matching pattern ) Úfind_allÚ
ValueErrorÚsetr±rXÚ    decomposeÚreÚcompileÚfindrÚaddÚreprÚpattern)
rZr}rVrWÚ element_namerdÚresultÚ unique_tablesr`Úelems
          r/rbz/_BeautifulSoupHtml5LibFrameParser._parse_tablesRs€Øˆ Ø×"Ñ" <°uÐ"Ó=ˆÙÜÐ.Ó/Ð /àˆÜ›ˆ Ø×+Ñ+¨F°GÓ<ˆàò
    %ˆEØ×"Ò"Ø!ŸN™N¨7Ó3ò%DØ—N‘NÕ$ð%ð"ŸN™N´·±Ð<NÓ1O˜NÓPò%DØ—N‘NÕ$ð%ð˜MÑ)¨e¯j©jÀ¨jÓ.FÐ.RØ— ‘ ˜eÔ$Ø × Ñ ˜eÕ $ð
    %ñÜÐ@ÄÀeÇmÁmÓATÐ@UÐVÓWÐ W؈ r1có:—|jdd¬«}|sdS|dS)NÚaT)r¦r¦)rÉ)rZrMrÒs   r/rmz._BeautifulSoupHtml5LibFrameParser._href_getterks%€Ø H‰HS˜tˆHÓ $ˆÙˆtÐ+ ! F¡)Ð+r1có—|jSrT)rOrls  r/rpz._BeautifulSoupHtml5LibFrameParser._text_getteros €Øx‰xˆr1có —|j|k(SrT)Únamers   r/rz-_BeautifulSoupHtml5LibFrameParser._equals_tagrs€Øx‰x˜3‰Ðr1có(—|jdd¬«S)N)r¢r†F©Ú    recursive)rérZr‰s  r/rrz+_BeautifulSoupHtml5LibFrameParser._parse_tdus€Ø|‰|˜L°Eˆ|Ó:Ð:r1có$—|jd«S)Nzthead tr©Úselectrts  r/ruz1_BeautifulSoupHtml5LibFrameParser._parse_thead_trxó€Ø|‰|˜JÓ'Ð'r1cóT—|jd«}|jdd¬«}||zS)Nztbody trrFr×)rÜrérZr`Ú
from_tbodyÚ    from_roots    r/rxz1_BeautifulSoupHtml5LibFrameParser._parse_tbody_tr{s-€Ø—\‘\ *Ó-ˆ
Ø—N‘N 4°5NÓ9ˆ    à˜IÑ%Ð%r1có$—|jd«S)Nztfoot trrÛrts  r/r{z1_BeautifulSoupHtml5LibFrameParser._parse_tfoot_trrÝr1có—t|j|j|j«}|st    d|j›«‚|S)NzNo text parsed from document: )rPrUrGrCrÄ)rZÚraw_texts  r/Ú_setup_build_docz2_BeautifulSoupHtml5LibFrameParser._setup_build_doc„s=€Ü˜Ÿ™ $§-¡-°×1EÑ1EÓFˆÙÜÐ=¸d¿g¹g¸YÐGÓHÐ H؈r1có@—ddlm}|j«}t|t«r*|j
|j |j
«}d}n|}|j
}||d|¬«}|jd«D] }|jd|jz«Œ"|S)Nr)Ú BeautifulSoupÚhtml5lib)ÚfeaturesÚ from_encodingÚbrú
)
Úbs4rçrår5rLrGÚdecoderÃÚ replace_withrO)rZrçÚbdocÚudocrêÚsouprës       r/rcz,_BeautifulSoupHtml5LibFrameParser._build_docŠsŒ€Ý%à×$Ñ$Ó&ˆÜ dœEÔ " t§}¡}Ð'@Ø—;‘;˜tŸ}™}Ó-ˆDØ ‰MàˆDØ ŸM™MˆMá˜T¨JÀmÔTˆà—-‘- Ó%ò    ,ˆBØ O‰O˜D 2§7¡7™NÕ +ð    ,ðˆ r1Nr¸rº)r@r»r¼r½rbrmrprrrrurxr{rårcr¾r1r/rÀrÀCs9„ñ òó2,òóò;ò(ò&ò (òó r1rÀc ó̗d|vr|jd«|d<dj|j«Dcgc]\}}d|›dt|«›‘Œc}}«}d|›dScc}}w)ar
    Build an xpath expression to simulate bs4's ability to pass in kwargs to
    search for attributes when using the lxml parser.
 
    Parameters
    ----------
    attrs : dict
        A dict of HTML attributes. These are NOT checked for validity.
 
    Returns
    -------
    expr : unicode
        An XPath expression that checks for the given HTML attributes.
    Úclass_Úclassz and ú@ú=ú[ú])rÚjoinÚitemsrË)rWÚkÚvr-s    r/Ú_build_xpath_exprrþse€ð 5ÑØŸ™ 8Ó,ˆˆg‰à ‰ °E·K±K³M×B©D¨A¨q˜˜!˜˜Aœd 1›g˜YÒ'ÓBÓC€AØ ˆqˆcˆ8€OùóCs·A 
rÇz$http://exslt.org/regular-expressionscóJ—eZdZdZd d„Zd„Zd„Zd„Zd d„Zd„Z    d„Z
d    „Z d
„Z y )Ú_LxmlFrameParseraY
    HTML to DataFrame parser that uses lxml under the hood.
 
    Warning
    -------
    This parser can only handle HTTP, FTP, and FILE urls.
 
    See Also
    --------
    _HtmlFrameParser
    _BeautifulSoupLxmlFrameParser
 
    Notes
    -----
    Documentation strings for this class are in the base class
    :class:`_HtmlFrameParser`.
    có6—|jd«}|sdS|dS)Nz
.//a/@hrefr©Úxpath)rZrMr¦s   r/rmz_LxmlFrameParser._href_getterÊs!€Øy‰y˜Ó&ˆÙˆtÐ, T¨!¡WÐ,r1có"—|j«SrT)Ú text_contentrls  r/rpz_LxmlFrameParser._text_getterÎs€Ø×ÑÓ!Ð!r1có$—|jd«S)Nú    ./td|./thrrÙs  r/rrz_LxmlFrameParser._parse_tdÑs€ðy‰y˜Ó%Ð%r1cóü—|j}dt|«›d}|r|t|«z }|j|t¬«}|j |d«}|j r‚|D]}}|jd«D]}|j«Œ|jd«D]A}d|jjdd    «jd
d    «vsŒ2|j«ŒCŒ|std t|«›«‚|S) Nz//table[.//text()[re:test(., z)]])Ú
namespacesÚattribz.//stylez .//*[@style]r©rªr«r*zNo tables found matching regex ) rÌrËrþrÚ _re_namespacer±rXÚ    drop_treer
rgr­rÄ)    rZr}rVÚkwargsrÌÚ
xpath_exprrdr`rÐs             r/rbz_LxmlFrameParser._parse_tablesÖsü€Ø—-‘-ˆð5´T¸'³]°OÀ3ÐGˆ
ñ Ø Ô+¨FÓ3Ñ 3ˆJà—‘ 
´}ÓEˆà×+Ñ+¨F°HÓ=ˆØ × Ò Øò )ð"ŸK™K¨
Ó3ò%DØ—N‘NÕ$ð%à!ŸK™K¨Ó7ò)DØ%¨¯©¯©¸À"Ó)E×)MÑ)MÈcÐSUÓ)VÒVØŸ™Õ(ñ)ð  )ñÜÐ>¼tÀG»}¸oÐNÓOÐ O؈ r1có —|j|k(SrT)r€rs   r/rz_LxmlFrameParser._equals_tagós€Øw‰w˜#‰~Ðr1cóÔ—ddlm}ddlm}m}m}|d|j ¬«}    t|j«r@t|jd|j¬«5}||j|¬«}d    d    d    «n||j|¬«}    j«}td
«s |d ddd«‚|j#d «D]}    d |    j$xsdz|    _Œ|S#1swYŒaxYw#t$rYŒ^wxYw#tt f$rV}t|j«s5||j|¬«}    |j«}n#t$rYnwxYw|‚Yd    }~Œ«d    }~wwxYw)a›
        Raises
        ------
        ValueError
            * If a URL that lxml cannot parse is passed.
 
        Exception
            * Any other ``Exception`` thrown. For example, trying to parse a
              URL that is syntactically correct on a machine with no internet
              connection will fail.
 
        See Also
        --------
        pandas.io.html._HtmlFrameParser._build_doc
        r)ÚXMLSyntaxError)Ú
HTMLParserÚ
fromstringÚparseT)ÚrecoverrGrF©rC)ÚparserNrzno text parsed from documentz*//brrìr«)Ú
lxml.etreerÚ    lxml.htmlrrrrGrrUrrCrKÚgetrootÚAttributeErrorrIÚUnicodeDecodeErrorÚOSErrorrÚtail)
rZrrrrrÚfrFÚerës
          r/rcz_LxmlFrameParser._build_docösY€õ     .÷    
ñ    
ñ  D°4·=±=ÔAˆð    Nܐd—g‘gŒÜØ—G‘G˜S°$×2FÑ2Fôð7àÙ˜aŸh™h¨vÔ6A÷7ð7ñ ˜$Ÿ'™'¨&Ô1ð Ø—I‘I“Kô˜1˜nÔ-Ù$Ð%CÀQÈÈ1ÓMÐMà—'‘'˜'Ó"ò    -ˆBؘbŸg™gšm¨Ñ,ˆBGð    -ðˆ÷;7ð7ûô"ò Ùð ûä"¤GÐ,ò
    ä˜$Ÿ'™'”?Ù˜tŸw™w¨vÔ6ðØŸ    ™    › ‘AøÜ%òÙðúðÿøð
    úsq¦7DÁC'Á2DÂC3Ã'C0Ã,DÃ3    C?Ã<DÃ>C?Ã?DÄE'Ä)E"Ä;E Å E"Å     EÅE"ÅEÅE"Å"E'cóÀ—g}|jd«D]G}|j|jd««|jd«}|sŒ7|j|«ŒI|S)Nz.//theadú./trr)rÚextendr)rZr`ršÚtheadÚelements_at_roots     r/ruz _LxmlFrameParser._parse_thead_tr0s[€Øˆà—[‘[ Ó,ò     #ˆEØ K‰K˜Ÿ ™  FÓ+Ô ,ð %Ÿ{™{¨;Ó7Ð ÚØ— ‘ ˜EÕ"ð     #ðˆ r1cóP—|jd«}|jd«}||zS)Nz .//tbody//trr"rrßs    r/rxz _LxmlFrameParser._parse_tbody_trBs)€Ø—[‘[ Ó0ˆ
Ø—K‘K Ó'ˆ    à˜IÑ%Ð%r1có$—|jd«S)Nz .//tfoot//trrrts  r/r{z _LxmlFrameParser._parse_tfoot_trHs€Ø{‰{˜>Ó*Ð*r1Nr¸rº) r@r»r¼r½rmrprrrbrrcrurxr{r¾r1r/rr·s5„ñó$-ò"ò&ò
ó:ò8òtò$&ó +r1rcóà—|Dcgc] }t|«‘Œ}}t|«}|j«}|||k7}dg}|j«D]\}}||xx|||z
zz cc<Œycc}w)Nr«)ÚlenrÚmaxrû)    rrÐÚdataÚlensÚlens_maxÚnot_maxÚemptyÚindÚlengths             r/Ú_expand_elementsr2Lsy€Ø"&Ö '˜$ŒCIÐ '€DÐ 'Ü $‹<€D؏x‰x‹z€Hؐ4˜8Ñ#Ñ$€Gà ˆD€EØ—}‘}“ò1‰ ˆˆVØ ˆS‹    U˜h¨Ñ/Ñ0Ñ0Œ    ñ1ùò (s…A+c óœ—|jd«\}}}|jd«}t|d«|d<|rH||z}|€At|«dk(rd}n0t|«Dcgc]\}}t    d„|D««sŒ|‘Œ}}}|r||z }t |«t |fd|i|¤Ž5}|j«cddd«Scc}}w#1swYyxYw)Nr+r‹rAr3rc3ó K—|]}|–—Œy­wrTr¾)r_rOs  r/raz!_data_to_frame.<locals>.<genexpr>dsèø€Ò@VÈ$ÄÑ@Vùs‚ )rrBr)Ú    enumerateÚanyr2rrE)r ÚheadrÚfootr‹Úir‰Útps        r/Ú_data_to_framer;WsڀØ—z‘z &Ó)Ñ€Dˆ$Ø Z‰Z˜Ó !€FÜ& v¨jÑ'9Ó:€Fˆ:Ñ٠ؐd‰{ˆð ˆ>ܐ4‹y˜AŠ~Ø‘ô+4°D«/×W¡  3¼SÑ@VÐRUÔ@VÕ=Vš!ÐWÑWá Ø ‰ ˆôTÔÜ    DÑ    2 Р   2¨6Ñ    2ð°b؏w‰w‹y÷ñùóX÷ðúsÁ B<Á;B<Â"CÃC )ÚlxmlNrèrícóä—ttj««}||vrtt    |«›d|›«‚|dvrt d«t d«t|St d«t|S)aÜ
    Choose the parser based on the input flavor.
 
    Parameters
    ----------
    flavor : {{"lxml", "html5lib", "bs4"}} or None
        The type of parser to use. This must be a valid backend.
 
    Returns
    -------
    cls : _HtmlFrameParser subclass
        The parser class based on the requested input flavor.
 
    Raises
    ------
    ValueError
        * If `flavor` is not a valid backend.
    ImportError
        * If you do not have the requested `flavor`
    z* is not a valid flavor, valid flavors are )rírèrèríz
lxml.etree)r9Ú_valid_parsersÚkeysrÄrËr
)ÚflavorÚ valid_parserss  r/Ú_parser_dispatchrBws|€ô*œ×,Ñ,Ó.Ó/€MØ ]Ñ"ÜܐF‹|ˆnÐFÀ}ÀoÐ Vó
ð    
ðÐ$Ñ$Ü" :Ô.Ü" 5Ô)ô ˜&Ñ !Ð!ô    # <Ô0Ü ˜&Ñ !Ð!r1cóh—dj|Dcgc] }t|«‘Œc}«}d|›dScc}w)Nz, ú{ú})rúr)r-ÚelÚargs   r/Ú _print_as_setrHšs3€Ø
)‰)°Ö2¨"”\ "Õ%Ò2Ó
3€CØ ˆuBˆ<Ðùò3s/cóê—|€d}n¡t|t«r|f}nt|tj«r=t    d„|D««sat dt t|«j«›d«‚t|t«r t |«n
t|«}|dz }t|«‚t|«}tt«}t|«}||zs"tt|«›dt|«›«‚|S)N)r<ríc3ó<K—|]}t|t«–—Œy­wrT)r5rJ)r_Úflavs  r/raz#_validate_flavor.<locals>.<genexpr>¥sèø€Ò<¨T”:˜d¤C×(Ñ<ùs‚zObject of type z is not an iterable of stringsz is not a valid flavorz2 is not a valid set of flavors, valid flavors are )r5rJrr rˆr>rËr?r@rÄÚtuplerÅr>rH)r@ÚmsgÚ valid_flavorsÚ
flavor_sets    r/Ú_validate_flavorrPŸsî€Ø €~؉ܠ   FœCÔ     Ø‰Ü    FœCŸL™LÔ    )ÜÑ<°VÔ<Ô<ÜØ!¤$¤t¨F£|×'<Ñ'<Ó"=Ð!>ð?0ð1óð ô
)¨´Ô5Œd6Œl¼3¸v»;ˆØ Ð'Ñ'ˆÜ˜‹oÐä 6‹]€FÜœÓ'€MܐV“€Jà ˜ Ò %ÜܘZÓ(Ð)ð*Ü(¨Ó7Ð8ð :ó
ð    
ð €Mr1c
ó—t|«}tj|«}    d}
|D]-} t| «} | ||    |||||«}     | j    «}n|
€J‚|
‚g}|D]b}    td
d|i|¤Ž}|dvr=t|jt«r#td„|jD«d¬    «|_ |j|«Œd|S#t
$rg}t |d«r"|j«r|jd«n,t |d«r |j«st d| ›d«|‚|}
Yd}~Œ d}~wwxYw#t$rYŒåwxYw) NÚseekablerz The flavor zž failed to parse your input. Since you passed a non-rewindable file object, we can't rewind it to try another parser. Try read_html() with a different flavor.r+)rˆr‹c3óPK—|]}|dt|d«rdn|df–—Œ y­w)rr3Nr)r_Úcols  r/raz_parse.<locals>.<genexpr>øs)èø€ÒVÀCc˜!‘f¤d¨3¨q©6¤l™d¸¸A¹Ô?ÑVùs‚$&F)Ú tupleize_colsr¾)rPrÇrÈrBrerÄrIrRÚseekr;r5Úcolumnsrrrr )r@rUrVrWrGrXrYrCr Úcompiled_matchÚretainedrKrÚprdÚcaughtÚretr`Údfs                   r/Ú_parser^»s~€ô˜fÓ %€FÜ—Z‘Z Ó&€Nà€HØò!ˆÜ! $Ó'ˆÙ Ø Ø Ø Ø Ø Ø Ø ó
ˆð    Ø—^‘^Ó%ˆFñ" ð=!ð@Ð#Ð#Ð#؈à
€CØòˆð    ÜÑ5 UÐ5¨fÑ5ˆBðР1Ñ1´jØ—
‘
œJô7ô#ÙVÈ2Ï:É:ÔVØ"'ô”
ð
J‰JrNðð" €JøôOò    ôr˜:Ô&¨2¯;©;¬=Ø—‘˜•
ܘ˜ZÔ(°·±´ä Ø! $ ð(OðOóð
ð ðŽHûð    ûôJò    Ù ð    ús,ÁCÁ#AD9à   D6ÃAD1Ä1D6Ä9    EÅErz.+Fú,ú.T)rVr@r‹Ú    index_colrArWÚ parse_datesÚ    thousandsrGÚdecimalÚ
convertersÚ    na_valuesÚkeep_default_narXrYÚ dtype_backendrCcó
—t|tj«r|dkr td«‚|dvrtd|›d«‚t    |«t |«t |«}t|t«rWtt|«t|«t|«t|«g«s$tjdtt!«¬«t#did|“d    |“d
|“d |“d |“d |“d|“d|“d|“d|    “d|
“d| “d| “d| “d|“d|“d|“d|“ŽS)a´
    Read HTML tables into a ``list`` of ``DataFrame`` objects.
 
    Parameters
    ----------
    io : str, path object, or file-like object
        String, path object (implementing ``os.PathLike[str]``), or file-like
        object implementing a string ``read()`` function.
        The string can represent a URL or the HTML itself. Note that
        lxml only accepts the http, ftp and file url protocols. If you have a
        URL that starts with ``'https'`` you might try removing the ``'s'``.
 
        .. deprecated:: 2.1.0
            Passing html literal strings is deprecated.
            Wrap literal string/bytes input in ``io.StringIO``/``io.BytesIO`` instead.
 
    match : str or compiled regular expression, optional
        The set of tables containing text matching this regex or string will be
        returned. Unless the HTML is extremely simple you will probably need to
        pass a non-empty string here. Defaults to '.+' (match any non-empty
        string). The default value will return all tables contained on a page.
        This value is converted to a regular expression so that there is
        consistent behavior between Beautiful Soup and lxml.
 
    flavor : {{"lxml", "html5lib", "bs4"}} or list-like, optional
        The parsing engine (or list of parsing engines) to use. 'bs4' and
        'html5lib' are synonymous with each other, they are both there for
        backwards compatibility. The default of ``None`` tries to use ``lxml``
        to parse and if that fails it falls back on ``bs4`` + ``html5lib``.
 
    header : int or list-like, optional
        The row (or list of rows for a :class:`~pandas.MultiIndex`) to use to
        make the columns headers.
 
    index_col : int or list-like, optional
        The column (or list of columns) to use to create the index.
 
    skiprows : int, list-like or slice, optional
        Number of rows to skip after parsing the column integer. 0-based. If a
        sequence of integers or a slice is given, will skip the rows indexed by
        that sequence.  Note that a single element sequence means 'skip the nth
        row' whereas an integer means 'skip n rows'.
 
    attrs : dict, optional
        This is a dictionary of attributes that you can pass to use to identify
        the table in the HTML. These are not checked for validity before being
        passed to lxml or Beautiful Soup. However, these attributes must be
        valid HTML table attributes to work correctly. For example, ::
 
            attrs = {{'id': 'table'}}
 
        is a valid attribute dictionary because the 'id' HTML tag attribute is
        a valid HTML attribute for *any* HTML tag as per `this document
        <https://html.spec.whatwg.org/multipage/dom.html#global-attributes>`__. ::
 
            attrs = {{'asdf': 'table'}}
 
        is *not* a valid attribute dictionary because 'asdf' is not a valid
        HTML attribute even if it is a valid XML attribute.  Valid HTML 4.01
        table attributes can be found `here
        <http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2>`__. A
        working draft of the HTML 5 spec can be found `here
        <https://html.spec.whatwg.org/multipage/tables.html>`__. It contains the
        latest information on table attributes for the modern web.
 
    parse_dates : bool, optional
        See :func:`~read_csv` for more details.
 
    thousands : str, optional
        Separator to use to parse thousands. Defaults to ``','``.
 
    encoding : str, optional
        The encoding used to decode the web page. Defaults to ``None``.``None``
        preserves the previous encoding behavior, which depends on the
        underlying parser library (e.g., the parser library will try to use
        the encoding provided by the document).
 
    decimal : str, default '.'
        Character to recognize as decimal point (e.g. use ',' for European
        data).
 
    converters : dict, default None
        Dict of functions for converting values in certain columns. Keys can
        either be integers or column labels, values are functions that take one
        input argument, the cell (not column) content, and return the
        transformed content.
 
    na_values : iterable, default None
        Custom NA values.
 
    keep_default_na : bool, default True
        If na_values are specified and keep_default_na is False the default NaN
        values are overridden, otherwise they're appended to.
 
    displayed_only : bool, default True
        Whether elements with "display: none" should be parsed.
 
    extract_links : {{None, "all", "header", "body", "footer"}}
        Table elements in the specified section(s) with <a> tags will have their
        href extracted.
 
        .. versionadded:: 1.5.0
 
    dtype_backend : {{'numpy_nullable', 'pyarrow'}}, default 'numpy_nullable'
        Back-end data type applied to the resultant :class:`DataFrame`
        (still experimental). Behaviour is as follows:
 
        * ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
          (default).
        * ``"pyarrow"``: returns pyarrow-backed nullable :class:`ArrowDtype`
          DataFrame.
 
        .. versionadded:: 2.0
 
    {storage_options}
 
        .. versionadded:: 2.1.0
 
    Returns
    -------
    dfs
        A list of DataFrames.
 
    See Also
    --------
    read_csv : Read a comma-separated values (csv) file into DataFrame.
 
    Notes
    -----
    Before using this function you should read the :ref:`gotchas about the
    HTML parsing libraries <io.html.gotchas>`.
 
    Expect to do some cleanup after you call this function. For example, you
    might need to manually assign column names if the column names are
    converted to NaN when you pass the `header=0` argument. We try to assume as
    little as possible about the structure of the table and push the
    idiosyncrasies of the HTML contained in the table to the user.
 
    This function searches for ``<table>`` elements and only for ``<tr>``
    and ``<th>`` rows and ``<td>`` elements within each ``<tr>`` or ``<th>``
    element in the table. ``<td>`` stands for "table data". This function
    attempts to properly handle ``colspan`` and ``rowspan`` attributes.
    If the function has a ``<thead>`` argument, it is used to construct
    the header, otherwise the function attempts to find the header within
    the body (by putting rows with only ``<th>`` elements into the header).
 
    Similar to :func:`~read_csv` the `header` argument is applied
    **after** `skiprows` is applied.
 
    This function will *always* return a list of :class:`DataFrame` *or*
    it will fail, e.g., it will *not* return an empty list.
 
    Examples
    --------
    See the :ref:`read_html documentation in the IO section of the docs
    <io.read_html>` for some examples of reading in HTML tables.
    rzPcannot skip rows starting from the end of the data (you passed a negative value))Nr‹rŽrrˆzO`extract_links` must be one of {None, "header", "footer", "body", "all"}, got "ú"z™Passing literal html to 'read_html' is deprecated and will be removed in a future version. To read from a literal string, wrap it in a 'StringIO' object.)Ú
stacklevelr@rUrVr‹rarArbrcrWrGrdrerfrgrXrYrhrCr¾)r5r<r=rÄrrrrJr6rrrrÚwarningsÚwarnÚ FutureWarningrr^)rUrVr@r‹rarArWrbrcrGrdrerfrgrXrYrhrCs                  r/Ú    read_htmlrosƒ€ôj(œG×,Ñ,Ô-°(¸Q²,Üð 1ó
ð    
ðÐEÑEÜð àˆ˜að !ó
ð    
ô ˜Ôܘ Ô&ä    ˜Ó    €Bä"”cÔ¤3ä ˜Ó Ü ˜‹OÜ 2‹JÜ ˜"Ó ð        
ô$ô     ‰ ð >ô Ü'Ó)õ     
ô ò Ùð á ð ñð ñð     ñ
ð  ñ ð  ñ ð ñð ñð ñð ñð ñð ñð ñ(ð ñ&ð ñ $ð! ñ"$ð# ñ$(ð% ðr1)r-rJr.rr¶rJ)rAú"int | Sequence[int] | slice | Noner¶r4)rMzFilePath | BaseBufferrGr¹rCzStorageOptions | Noner¶z str | bytes)r¶rJ)r¶r·)r@zHTMLFlavors | Noner¶ztype[_HtmlFrameParser])&rUzFilePath | ReadBuffer[str]rVr²r@z*HTMLFlavors | Sequence[HTMLFlavors] | Noner‹úint | Sequence[int] | NonerarqrArprWr³rbr´rcr¹rGr¹rdrJrez dict | NonerfzIterable[object] | Nonergr´rXr´rYrµrhzDtypeBackend | lib.NoDefaultrCr'r¶zlist[DataFrame])Pr½Ú
__future__rÚ collectionsrr<rÇrÚtypingrrrrlÚ pandas._libsr    Úpandas.compat._optionalr
Ú pandas.errorsr r Úpandas.util._decoratorsr Úpandas.util._exceptionsrÚpandas.util._validatorsrÚpandas.core.dtypes.commonrÚpandasrÚpandas.core.indexes.baserÚpandas.core.indexes.multirÚpandas.core.seriesrÚpandas.core.shared_docsrÚpandas.io.commonrrrrrrrÚpandas.io.formats.printingrÚpandas.io.parsersrÚcollections.abcr r!Úpandas._typingr"r#r$r%r&r'r(rÈÚ_RE_WHITESPACEr0rBrPrRrÀrþr rr2r;r>rBrHrPr^Ú
no_defaultror¾r1r/ú<module>rˆslðñõ #åÛÛ    Ý÷ñó
åÝ>÷õ(Ý4Ý7å2åÝ*Ý0Ý%Ý0÷÷ñõ4Ý(á÷÷
÷õ!ð
—‘Ð-Ó.€ð1?ô%ó&Xð:Ø    ðàðð+ððó    ÷Bf
ñf
ôR WÐ(8ôWótð.Ð=Ð>€ ôR+Ð'ôR+ój1òð2 Ø
Ø1Ø ,ñ    €ó "óFò
ò8DñN\Ð"3Ñ4Ô5ð Ø9=Ø)-Ø,0Ø37Ø#'ØØØØØ"Ø)-Ø ØØFJØ25·.±.Ø&*ñ'hØ"ðhð ðhð 7ð    hð
'ð hð *ð hð1ðhð !ðhððhððhððhððhððhð'ðhððhð ð!hð"Dð#hð$0ð%hð&$ð'hð(ò)hó6ñhr1