Datasets:

Languages:
German
Multilinguality:
monolingual
Size Categories:
10M<n<100M
ArXiv:
License:
PhilipMay commited on
Commit
6c3d2ca
1 Parent(s): 1b02d2f

pandas load

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -17,6 +17,15 @@ This is a record of German language paraphrases. These are text pairs that have
17
  The source of the paraphrases are different parallel German / English text corpora.
18
  The English texts were machine translated back into German. This is how the paraphrases were obtained.
19
 
 
 
 
 
 
 
 
 
 
20
  ## Parallel text corpora used
21
  | Corpus name & link | Number of paraphrases |
22
  |-----------------------------------------------------------------------|----------------------:|
 
17
  The source of the paraphrases are different parallel German / English text corpora.
18
  The English texts were machine translated back into German. This is how the paraphrases were obtained.
19
 
20
+ ## Columns description
21
+ xxx
22
+
23
+ ## Load this dataset with Pandas
24
+ If you want to download the csv file and then load it with Pandas you can do it like this:
25
+ ```python
26
+ df = pd.read_csv("train.csv")
27
+ ```
28
+
29
  ## Parallel text corpora used
30
  | Corpus name & link | Number of paraphrases |
31
  |-----------------------------------------------------------------------|----------------------:|