clnsmth / soso

For creating Science On Schema.Org (SOSO) markup in dataset landing pages to improve data discovery through search engines.
https://soso.readthedocs.io/
MIT License
1 stars 0 forks source link

feat: apply rm_null_values to strategy methods #71

Closed clnsmth closed 7 months ago

clnsmth commented 7 months ago

Implement the rm_null_values function to remove null values from the results of strategy methods before returning them to the client. This approach is recommended for strategy methods rather than main.convert to enable the direct usage of strategy methods and their results. For instance, this facilitates updating specific graph properties when a new algorithm is implemented without needing to recreate the entire dataset graph.