smoothing
This commit is contained in:
parent
4f08607d34
commit
d71b99be29
7782
dev-0/out.tsv
7782
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
5
run.py
5
run.py
@ -14,14 +14,13 @@ class Collection:
|
||||
def __init__(self, path: str) -> None:
|
||||
self._path = path
|
||||
|
||||
def read(self, nrows=200_000):
|
||||
def read(self):
|
||||
self.data = pd.read_csv(
|
||||
self._path,
|
||||
sep="\t",
|
||||
error_bad_lines=False,
|
||||
header=None,
|
||||
quoting=csv.QUOTE_NONE,
|
||||
nrows=nrows,
|
||||
quoting=csv.QUOTE_NONE
|
||||
)
|
||||
|
||||
|
||||
|
5112
test-A/out.tsv
5112
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user