import { useEffect } from 'react';
import { Series, readCSV } from "danfojs-nightly";
readCSV("https://raw.githubusercontent.com/pandas-dev/pandas/master/doc/data/titanic.csv")
fill: { color: ['gray'] },
font: { family: "Arial", size: 15, color: "white" },
line: { color: "black", width: 10 }
df.plot("plot_div").table({
tableHeaderStyle: headerStyle,
tableCellStyle: cellStyle
title: "Table displaying the Titanic dataset",
<header className="App-header">
<div id="plot_div"></div>