pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.52k stars 3.57k forks source link

Allow users to modify dataset summary table format #9408

Closed m-atalla closed 2 weeks ago

m-atalla commented 3 weeks ago

Currently dataset summary is generated in psql table format with no way to modify it.

This PR allows users to modify the format of a generated dataset summary.

I have also added a link to the available table formats, I'm not sure if this change requires additional testing, but let me know if it does along with any other changes needed.

Thank you.