README.md in jupyter_on_rails-0.6.0 vs README.md in jupyter_on_rails-0.7.0
- old
+ new
@@ -56,13 +56,14 @@
```
Eventually, you'll have jupyter opened, and the kernel being available.
-### ApplicationRecord#to_df
+### ApplicationRecord.to_df/#to_df
```ruby
User.to_df # => Daru::DataFrame is returned
+user.to_df # => Daru::DataFrame for single record
```
### Daru::DataFrame#write_model
For each row, call `to_h` and pass it to `model.new`.