From 185259ad9d4cde491f3bed7d10601e412beeadd1 Mon Sep 17 00:00:00 2001 From: Emmet Spaeth <97559052+mineable3@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:25:26 -0400 Subject: [PATCH] Fixing spelling mistake --- users/supported-graph-formats/spreadsheet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/supported-graph-formats/spreadsheet.html b/users/supported-graph-formats/spreadsheet.html index f9a390a..ea8632f 100644 --- a/users/supported-graph-formats/spreadsheet.html +++ b/users/supported-graph-formats/spreadsheet.html @@ -4,7 +4,7 @@ sidebar: supported_graph_formats --- -
Nodes tables and edge tables are the file formats used in the Data Laboratory to import data from Excel. It is a convenient way to transform any Excel data for Gephi without programming. The file extension is CSV thought it should not be confused with the CSV file format itself.
+Nodes tables and edge tables are the file formats used in the Data Laboratory to import data from Excel. It is a convenient way to transform any Excel data for Gephi without programming. The file extension is CSV, though it should not be confused with the CSV file format itself.
Each row is a node or edge entry. It supports nodes and edges attributes, edge weight and dynamics with time intervals.
See how to import spreadsheet data on the wiki.
A dynamic number:
<[1.0, 2.0, 1]; [4.0, 4.0, 3]; [6.0, 8.0, -2]>