Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

data_dictionary.tex 1.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. \documentclass[preview]{standalone}
  2. \usepackage{booktabs}
  3. \begin{document}
  4. \begin{tabular}{lrlrllll}
  5. \toprule
  6. {} & \# & Column & Non-null count & Dtype & Drange & Categories & Ordered \\
  7. \midrule
  8. 0 & 0 & PassengerId & 891 & int64 & [1, 891] & & \\
  9. 1 & 1 & Survived & 891 & category & [0, 1] & [0, 1] & False \\
  10. 2 & 2 & Pclass & 891 & category & [1, 3] & [1, 2, 3] & True \\
  11. 3 & 3 & Name & 891 & object & & & \\
  12. 4 & 4 & Sex & 891 & category & [female, male] & [female, male] & False \\
  13. 5 & 5 & Age & 714 & float64 & [0.42, 80.0] & & \\
  14. 6 & 6 & SibSp & 891 & int64 & [0, 8] & & \\
  15. 7 & 7 & Parch & 891 & int64 & [0, 6] & & \\
  16. 8 & 8 & Ticket & 891 & object & & & \\
  17. 9 & 9 & Fare & 891 & float64 & [0.0, 512.33] & & \\
  18. 10 & 10 & Cabin & 204 & object & & & \\
  19. 11 & 11 & Embarked & 889 & category & [C, S] & [C, Q, S] & False \\
  20. \bottomrule
  21. \end{tabular}
  22. \end{document}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...