Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

171
Views
Importing table HTML from pandas on html body

I have pandas df, exported to html the result is..

<table border="1" class="dataframe">
<thead>
  <tr style="text-align: right;">
    <th>Flop</th>
    <th>BET 1610 Freq</th>
    <th>BET 1218 Freq</th>
    <th>BET 575 Freq</th>
    <th>CHECK Freq</th>
  </tr>
</thead>
<tbody>
  <tr>
    <td>2s 2d 2c</td>
    <td>2.90</td>
    <td>11.91</td>
    <td>36.90</td>
    <td>48.30</td>
  </tr>
  ...5k lines...

And i'm trying to import on html normal file and create a filter latter Any ways to make it please? Is possible with JS?

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <button class="go">Search</button>
    <link rel="import" href="3BP-OOP-PFR.html" />
  </body>
</html>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Include

  • in php import "file.php";.
  • save both file with .php extension.
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <button class="go">Search</button>
     <?php
        import "3BP-OOP-PER.php"; // import "3BP-OOP-PER.html";
     ?>
    <link rel="import" href="3BP-OOP-PFR.html" />
  </body>
</html>

I think this code help you!

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!