We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fe35d commit 5b39712Copy full SHA for 5b39712
lib/daru/io/importers/json.rb
@@ -54,7 +54,7 @@ def initialize(*columns, order: nil, index: nil, **named_columns)
54
# @param instance [Array or Hash] A JSON structure, comprising of Arrays and Hashes.
55
#
56
# @return [Daru::DataFrame]
57
- #
+ #
58
# @example Importing from a JSON structure
59
# df = default_instance.from({a: [1,3], b: [2,4]})
60
0 commit comments