File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
65
65
</ dd >
66
66
< dt > < code class ="name "> < a title ="skm_pyutils.py_table " href ="py_table.html "> skm_pyutils.py_table</ a > </ code > </ dt >
67
67
< dd >
68
- < section class ="desc "> </ section >
68
+ < section class ="desc "> < p > Utilities for pandas dataframes. </ p > < /section >
69
69
</ dd >
70
70
</ dl >
71
71
</ section >
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 " />
6
6
< meta name ="generator " content ="pdoc 0.7.5 " />
7
7
< title > skm_pyutils.py_table API documentation</ title >
8
- < meta name ="description " content ="" />
8
+ < meta name ="description " content ="Utilities for pandas dataframes. " />
9
9
< link href ='https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css ' rel ='stylesheet '>
10
10
< link href ='https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/8.0.0/sanitize.min.css ' rel ='stylesheet '>
11
11
< link href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css " rel ="stylesheet ">
20
20
< h1 class ="title "> Module < code > skm_pyutils.py_table</ code > </ h1 >
21
21
</ header >
22
22
< section id ="section-intro ">
23
+ < p > Utilities for pandas dataframes.</ p >
23
24
< details class ="source ">
24
25
< summary >
25
26
< span > Expand source code</ span >
26
27
</ summary >
27
- < pre > < code class ="python "> import pandas as pd
28
+ < pre > < code class ="python "> """Utilities for pandas dataframes."""
29
+
30
+ import pandas as pd
28
31
29
32
30
33
def list_to_df(in_list, transpose=False, headers=None):
Original file line number Diff line number Diff line change
1
+ """Utilities for pandas dataframes."""
2
+
1
3
import pandas as pd
2
4
3
5
You can’t perform that action at this time.
0 commit comments