Nok Lam Chan

Results 575 comments of Nok Lam Chan
trafficstars

@datajoely Can you clarify a bit? `MemoryDataset` do "cache" in the sense that it only get load once only when passing around nodes. `CacheDataset` is slightly different because it is...

@datajoely I think it's because there are 1% edge case that is not solved. I very much welcome this to be changed. ```python df.to_csv("my_csv.csv") df2 = pd.read_csv("my_csv.csv") ``` In most...

One possible solution: https://github.com/kedro-org/kedro/blob/cb51a8a725dc415fd9f397726011fdf0a5175a9c/kedro/pipeline/pipeline.py#L405-L427 We can assign a default namespace like `__default__` (similar to pipeline) Pro: - Easy to implement and not much change for namespace Con: - It's hacky...

Thank you for reporting this, we will look into it shortly. Cc @ankatiyar

@nejox Any chance that you can create a repository with a minimal example that we can reproduce? I tried to do this myself today quickly but couldn't get the same...

I create a minimal non-standard kedro project here: https://github.com/noklam/minimal_kedro/tree/main/my_weird_src/minimal_kedro I try to do [1 change per commit](https://github.com/noklam/minimal_kedro/commits/main/) to show how I remove/move things around. At any commit you should be...

> Next steps: > > - further discussion on Nok's findings and whether the behaviour his test project shows is desirable/intentional > - discussion on how to increase awareness of...

http://wiseideas.au/kedro-light/usage was mentioned today. This get me think about what will be included in a ` KedroProject` class, currently a "project" is convention base + `pyproject.toml` + `settings.py`. This is...

I think we can close this issue, there is a clear answer to the question: https://github.com/noklam/minimal_kedro/ We can leave the discussion on the open issue, i.e. should we make this...

@foxale Thank you for your thoughtful and well-written issue. Is the goal to develop a template for individual use cases? The template is meant to be a stable structure for...